GetKBCodePage  1COC0EK 

The GetKBCodePage function is provided for compatibility with earlier versions of Windows. In the Win32 application programming interface (API) it just calls the GetOEMCP function. New applications should use the GetOEMCP4TD7PJ function.

UINT GetKBCodePage(VOID)
 

Parameters

This function has no parameters.

Return Values

If the function succeeds, 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. 

See Also

GetACP, GetOEMCP