Go to the documentation of this file.
17 #ifndef __wintypes_h__
18 #define __wintypes_h__
32 typedef uint8_t UCHAR;
33 typedef UCHAR *PUCHAR;
34 typedef uint16_t USHORT;
36 #ifndef __COREFOUNDATION_CFPLUGINCOM__
37 typedef uint32_t ULONG;
42 typedef ULONG *PULONG;
43 typedef const void *LPCVOID;
44 typedef uint32_t DWORD;
45 typedef DWORD *PDWORD;
46 typedef uint16_t WORD;
48 typedef const char *LPCSTR;
49 typedef const BYTE *LPCBYTE;
51 typedef DWORD *LPDWORD;
57 typedef unsigned char BYTE;
59 typedef unsigned char UCHAR;
60 typedef UCHAR *PUCHAR;
61 typedef unsigned short USHORT;
63 #ifndef __COREFOUNDATION_CFPLUGINCOM__
64 typedef unsigned long ULONG;
68 typedef const void *LPCVOID;
69 typedef unsigned long DWORD;
70 typedef DWORD *PDWORD;
72 typedef const char *LPCSTR;
73 typedef const BYTE *LPCBYTE;
75 typedef DWORD *LPDWORD;
81 typedef LPCSTR LPCTSTR;
85 typedef unsigned short WORD;
86 typedef ULONG *PULONG;