|
Devel Lib
|
This file contains a series of type definitions for the codebase. More...

Go to the source code of this file.
Typedefs | |
| typedef long long | int64 |
| A 64-bit integer type. | |
| typedef unsigned long long | uint64 |
| A 64-bit unsigned integer type. | |
| typedef unsigned long | DWORD |
| An unsigned long type, traditionally used in Windows development for return values, and representing a count or an identifier. | |
| typedef unsigned int | uint |
| An unsigned integer type. | |
| typedef unsigned short | ushort |
| An unsigned short integer type. | |
| typedef unsigned char | byte |
| A byte type. | |
| typedef void * | HANDLE |
| typedef void * | Function |
| A function pointer type. | |
This file contains a series of type definitions for the codebase.