GetCPInfoExA (KERNEL32.@)
BOOL GetCPInfoExA ( UINT codepage, DWORD dwFlags, LPCPINFOEXA cpinfo )
Get extended information about a code page.
codepage | [In] | Code page number. |
dwFlags | [In] | Reserved, must to 0. |
cpinfo | [Out] | Destination for code page information. |
Success: TRUE. cpinfo is updated with the information about codepage.
Failure: FALSE, if codepage is invalid or cpinfo is NULL.
Declared in "include/winnls.h". gitlab.winehq.org/wine/wine/blob/master/include/winnls.h
Implemented in "dlls/kernel32/locale.c". gitlab.winehq.org/wine/wine/blob/master/dlls/kernel32/locale.c
Debug channel "nls".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.