GetACP

Switch View :
ScriptFree
GetACP

This content has moved to another location. See GetACP for the latest version.

Community Content

Gideon7
ANSI APIs use GetACP
The ANSI APIs (TextOutA, CreateFileA, etc) all implicitly use GetACP to translate text to/from Unicode. On the MUI edition of Windows the system ANSI codepage may not cover all codepoints in the user's selected logon language ID. For compatibility with Windows MUI your app should avoid calls that depend (explicitly or implicitly) on GetACP and instead use the Unicode APIs.