Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 781 Bytes

GetACP.md

File metadata and controls

37 lines (24 loc) · 781 Bytes

Home

Function name : GetACP

Group: National Language Support - Library: kernel32


Retrieves the current ANSI code-page identifier for the system.


Code examples:

Retrieving national language settings

Declaration:

UINT GetACP(VOID);  

FoxPro declaration:

DECLARE INTEGER GetACP IN kernel32  

Parameters:

This function has no parameters.


Return value:

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