Share via


EnumCodePagesProc (Windows CE 5.0)

Send Feedback

This application-defined callback function is used with the EnumSystemCodePages function. It receives a pointer to a string buffer that contains a code page identifier. The CODEPAGE_ENUMPROC type defines a pointer to this callback function. EnumCodePagesProc is a placeholder for the application-defined function name.

BOOLCALLBACKEnumCodePagesProc(LPTSTRlpCodePageString);

Parameters

  • lpCodePageString
    [in] Pointer to a string buffer that contains a code page identifier string with a terminating null character.

Return Values

TRUE continues enumeration. FALSE stops enumeration.

Remarks

An EnumCodePagesProc function can carry out any desired task.

An application registers an EnumCodePagesProc function by passing its address to the EnumSystemCodePages function.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winnls.h.
Link Library: Coreloc.lib.

See Also

EnumSystemCodePages

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.