GetKBCodePage
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 GetOEMCP
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