|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <kernel32.h>

Public Attributes | |
| LIST_ENTRY | Entry |
| UINT | CodePage |
| HANDLE | SectionHandle |
| PBYTE | SectionMapping |
| CPTABLEINFO | CodePageTable |
Definition at line 59 of file kernel32.h.
| UINT _CODEPAGE_ENTRY::CodePage |
Definition at line 62 of file kernel32.h.
Referenced by IntGetCodePageEntry(), IntGetLoadedCodePageEntry(), and NlsInit().
| CPTABLEINFO _CODEPAGE_ENTRY::CodePageTable |
Definition at line 65 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 61 of file kernel32.h.
Referenced by IntGetCodePageEntry(), and NlsInit().
| HANDLE _CODEPAGE_ENTRY::SectionHandle |
Definition at line 63 of file kernel32.h.
Referenced by IntGetCodePageEntry(), NlsInit(), and NlsUninit().
| PBYTE _CODEPAGE_ENTRY::SectionMapping |
Definition at line 64 of file kernel32.h.
Referenced by IntGetCodePageEntry(), NlsInit(), and NlsUninit().