ReactOS 0.4.16-dev-340-g0540c21
|
#include <kernel32.h>
Public Attributes | |
LIST_ENTRY | Entry |
UINT | CodePage |
HANDLE | SectionHandle |
PBYTE | SectionMapping |
CPTABLEINFO | CodePageTable |
Definition at line 62 of file kernel32.h.
UINT _CODEPAGE_ENTRY::CodePage |
Definition at line 65 of file kernel32.h.
Referenced by IntGetCodePageEntry(), IntGetLoadedCodePageEntry(), and NlsInit().
CPTABLEINFO _CODEPAGE_ENTRY::CodePageTable |
Definition at line 68 of file kernel32.h.
Referenced by GetACP(), GetCPInfo(), GetCPInfoExW(), GetOEMCP(), IntGetCodePageEntry(), IntMultiByteToWideCharCP(), IntWideCharToMultiByteCP(), IsDBCSLeadByte(), IsDBCSLeadByteEx(), and NlsInit().
LIST_ENTRY _CODEPAGE_ENTRY::Entry |
Definition at line 64 of file kernel32.h.
Referenced by IntGetCodePageEntry(), and NlsInit().
HANDLE _CODEPAGE_ENTRY::SectionHandle |
Definition at line 66 of file kernel32.h.
Referenced by IntGetCodePageEntry(), NlsInit(), and NlsUninit().
PBYTE _CODEPAGE_ENTRY::SectionMapping |
Definition at line 67 of file kernel32.h.
Referenced by IntGetCodePageEntry(), NlsInit(), and NlsUninit().