EnumCodePagesProc (Windows CE 5.0)
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
Send Feedback on this topic to the authors