Devel Lib
Typedef.h File Reference

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

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

This file contains a series of type definitions for the codebase.