Supplementary integer types.
◆ UINT64
| typedef unsigned __int64 UINT64 |
◆ PUINT64
◆ INT64
| typedef signed __int64 INT64 |
◆ PINT64
| typedef signed __int64 * PINT64 |
◆ BYTE
| typedef unsigned char BYTE |
◆ PBYTE
| typedef unsigned char * PBYTE |
◆ WORD
| typedef unsigned short WORD |
◆ PWORD
| typedef unsigned short * PWORD |
◆ DWORD
| typedef unsigned long DWORD |
◆ PDWORD
| typedef unsigned long * PDWORD |
◆ QWORD
◆ PQWORD
◆ CHANDLE
Const handle. Useful for references.
Definition at line 424 of file Common.h.
◆ CHWND
Const window handle. Useful for references.
Definition at line 425 of file Common.h.