Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 733 Bytes

GetOEMCP.md

File metadata and controls

37 lines (24 loc) · 733 Bytes

Home

Function name : GetOEMCP

Group: National Language Support - Library: kernel32


Retrieves the current original equipment manufacturer (OEM) code-page identifier for the system.


Code examples:

Retrieving national language settings

Declaration:

UINT GetOEMCP(void);  

FoxPro declaration:

DECLARE INTEGER GetOEMCP IN kernel32  

Parameters:

This function has no parameters.


Return value:

The return value is the current OEM code-page identifier for the system or a default identifier if no code page is current.