EngGetCurrentCodePage

VOID EngGetCurrentCodePage(

    PUSHORT OemCodePage,

    PUSHORT AnsiCodePage

   );

EngGetCurrentCodePage returns the system’s default OEM and ANSI code pages.

Parameters

OemCodePage
Pointer to a USHORT in which the system’s default OEM code page is returned.
AnsiCodePage
Pointer to a USHORT in which the system’s default ANSI code page is returned.

Comments

EngGetCurrentCodePage returns the default code pages that are used by the system to translate from ANSI to Unicode. These values are set at boot time according to locale settings.

See Also

STROBJ_dwGetCodePage