GetCPInfo

This function retrieves information about any valid installed or available code page.

At a Glance

Header file: Winnls.h
Windows CE versions: 1.01 and later

Syntax

BOOL GetCPInfo(UINT CodePage, LPCPINFO lpCPInfo);

Parameters

CodePage

[in] Specifies the code page about which information is to be retrieved. You can specify the code page identifier for any installed or available code page, or you can specify one of the following predefined values:

Value Description
CP_ACP Use the system default ANSI code page
CP_MACCP Not supported.
CP_OEMCP Use the system default OEM code page

lpCPInfo

[out] Pointer to a CPINFO structure that receives information about the code page.

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Remarks

If the specified code page is not installed or not available, GetCPInfo sets the last-error value to ERROR_INVALID_PARAMETER.

See Also

GetACP, GetOEMCP, CPINFO