GetCPInfo (KERNEL32.@)
BOOL GetCPInfo ( UINT codepage, LPCPINFO cpinfo )
Get information about a code page.
codepage | [In] | Code page number. |
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.
Defined in "winnls.h".
Implemented in "dlls/kernel/locale.c". source.winehq.org/source/dlls/kernel/locale.c
Debug channel "nls".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.