#include <stdint.h>
#include <wchar.h>
Macros |
|
#define | __declspec(x) |
#define | FALSE 0 |
#define | IN |
#define | INOUT |
#define | NULL ((void *)0) |
#define | OUT |
#define | TRUE 1 |
Typedefs |
|
typedef char | FILECHAR |
typedef int16_t | INT16 |
typedef int32_t | INT32 |
typedef int8_t | INT8 |
typedef void * | PVOID |
typedef char | TCHAR |
typedef uint16_t | UINT16 |
typedef uint32_t | UINT32 |
typedef uint8_t | UINT8 |
Detailed Description
Contains common type declarations used throughout the code.
Macro Definition Documentation
#define __declspec | ( | x) |
#define FALSE 0 |
#define IN |
#define INOUT |
#define NULL ((void *)0) |
#define OUT |
#define TRUE 1 |
Typedef Documentation
typedef char FILECHAR |
typedef int16_t INT16 |
typedef int32_t INT32 |
typedef int8_t INT8 |
typedef void* PVOID |
typedef char TCHAR |
typedef uint16_t UINT16 |
typedef uint32_t UINT32 |
typedef uint8_t UINT8 |