Process Hacker
ntnls.h
Go to the documentation of this file.
1 #ifndef _NTNLS_H
2 #define _NTNLS_H
3 
4 #define MAXIMUM_LEADBYTES 12
5 
6 typedef struct _CPTABLEINFO
7 {
8  USHORT CodePage;
10  USHORT DefaultChar;
14  USHORT DBCSCodePage;
16  PUSHORT MultiByteTable;
18  PUSHORT DBCSRanges;
19  PUSHORT DBCSOffsets;
21 
22 typedef struct _NLSTABLEINFO
23 {
26  PUSHORT UpperCaseTable;
27  PUSHORT LowerCaseTable;
29 
30 #endif