Go to the source code of this file.
| 
Typedefs | 
| typedef int | INT | 
| typedef unsigned int | UINT | 
| typedef signed char | CHAR | 
| typedef unsigned char | UCHAR | 
| typedef unsigned char | BYTE | 
| typedef short | SHORT | 
| typedef unsigned short | USHORT | 
| typedef unsigned short | WORD | 
| typedef unsigned short | WCHAR | 
| typedef long | LONG | 
| typedef unsigned long | ULONG | 
| typedef unsigned long | DWORD | 
| 
Enumerations | 
| enum | BOOL { FALSE =  0, 
TRUE
 } | 
Typedef Documentation
      
        
          | typedef unsigned char BYTE | 
      
 
 
      
        
          | typedef unsigned long DWORD | 
      
 
 
      
        
          | typedef unsigned char UCHAR | 
      
 
 
      
        
          | typedef unsigned int UINT | 
      
 
 
      
        
          | typedef unsigned long ULONG | 
      
 
 
      
        
          | typedef unsigned short WCHAR | 
      
 
 
      
        
          | typedef unsigned short WORD | 
      
 
 
Enumeration Type Documentation