Windows C++ Locale Function
UINT GetOEMCP(VOID);
Internationalization (I18n) Function Overview
The GetOEMCP function retrieves the original equipment manufacturer (OEM ) code page identifier for the system.
See the MSDN Library
for the list of OEM and other code page identifiers.
I18n Issues
In an internationalized application, the desired multibyte code page may be different from
the system's OEM code page. When making
Win32 locale-dependent calls, be sure to pass in the correct code page identifier.
Recommended Replacements*
There are no variations of the function call.
*If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function.
|