Group: Keyboard Input - Library: user32
Retrieving national language settings
UINT GetKBCodePage(VOID); DECLARE INTEGER GetKBCodePage IN user32 This function has no parameters.
The return value is an OEM code-page identifier, or it is the default identifier if the registry value is not readable.
For a list of OEM code-page identifiers, see GetOEMCP.
This function is provided only for compatibility with 16-bit versions of Windows. Win32-based applications should use the GetOEMCP function to retrieve the OEM code-page identifier for the system.
Home