|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| kernel32.lib
| Header File
| winnls.h
| Unicode
| No
| Platform Notes
| None
|
|
|
GetACP
The GetACP function retrieves the current ANSI code-page identifier for the system.
UINT GetACP(VOID)
Parameters
This function has no parameters.
Return Values
If the function succeeds, the return value is the current ANSI code-page
identifier for the system, or a default identifier if no code page is current.
Remarks
Following are the ANSI code-page identifiers:
Identifier
| Meaning
| 874
| Thai
| 932
| Japan
| 936
| Chinese (PRC, Singapore)
| 949
| Korean
| 950
| Chinese (Taiwan, Hong Kong)
| 1200
| Unicode (BMP of ISO 10646)
| 1250
| Windows 3.1 Eastern European
| 1251
| Windows 3.1 Cyrillic
| 1252
| Windows 3.1 Latin 1 (US, Western Europe)
| 1253
| Windows 3.1 Greek
| 1254
| Windows 3.1 Turkish
| 1255
| Hebrew
| 1256
| Arabic
| 1257
| Baltic
|
See Also
GetCPInfo, GetOEMCP
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|