APM:Libraries
Typedefs
integer.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int INT
 
typedef unsigned int UINT
 
typedef unsigned char BYTE
 
typedef short SHORT
 
typedef unsigned short WORD
 
typedef unsigned short WCHAR
 
typedef long LONG
 
typedef unsigned long DWORD
 
typedef unsigned long long QWORD
 

Typedef Documentation

◆ BYTE

typedef unsigned char BYTE

Definition at line 13 of file integer.h.

◆ DWORD

typedef unsigned long DWORD

Definition at line 22 of file integer.h.

◆ INT

typedef int INT

Definition at line 9 of file integer.h.

◆ LONG

typedef long LONG

Definition at line 21 of file integer.h.

◆ QWORD

typedef unsigned long long QWORD

Definition at line 25 of file integer.h.

◆ SHORT

typedef short SHORT

Definition at line 16 of file integer.h.

◆ UINT

typedef unsigned int UINT

Definition at line 10 of file integer.h.

◆ WCHAR

typedef unsigned short WCHAR

Definition at line 18 of file integer.h.

◆ WORD

typedef unsigned short WORD

Definition at line 17 of file integer.h.