31 internal enum ImplMapFlags
36 CharSetNotSpec = 0x0000,
38 CharSetUnicode = 0x0004,
40 SupportsLastError = 0x0040,
41 CallConvMask = 0x0700,
42 CallConvWinapi = 0x0100,
43 CallConvCdecl = 0x0200,
44 CallConvStdcall = 0x0300,
45 CallConvThiscall = 0x0400,
46 CallConvFastcall = 0x0500,
50 CharMapErrorOn = 0x1000,
51 CharMapErrorOff = 0x2000,