table of contents
other versions
- wheezy 1.4.1-4
GetCPInfoExA(3w) | Wine API | GetCPInfoExA(3w) |
NAME¶
GetCPInfoExA (KERNEL32.@)SYNOPSIS¶
BOOL GetCPInfoExA(
UINT codepage,
DWORD dwFlags,
LPCPINFOEXA cpinfo
)
DESCRIPTION¶
Get extended information about a code page.PARAMS¶
codepage [In] Code page number. dwFlags [In] Reserved, must to 0. cpinfo [Out] Destination for code page information.RETURNS¶
Success: TRUE. cpinfo is updated with the information about codepage. Failure: FALSE, if codepage is invalid or cpinfo is NULL.IMPLEMENTATION¶
Declared in "winnls.h". Implemented in "dlls/kernel32/locale.c". Debug channel "nls".Oct 2012 | Wine API |