Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
Typedefs.h File Reference

Go to the source code of this file.

Macros

#define STATUS_SUCCESS   0
 
#define STATUS_FAILURE   -1
 
#define FALSE   0
 
#define TRUE   1
 
#define NULL   0
 

Typedefs

typedef char BOOLEAN
 
typedef char CHAR
 
typedef int INT
 
typedef short SHORT
 
typedef long LONG
 
typedef void VOID
 
typedef unsigned char UCHAR
 
typedef unsigned char B_UINT8
 
typedef unsigned short USHORT
 
typedef unsigned short B_UINT16
 
typedef unsigned int UINT
 
typedef unsigned int B_UINT32
 
typedef unsigned long ULONG
 
typedef unsigned long DWORD
 
typedef charPCHAR
 
typedef shortPSHORT
 
typedef intPINT
 
typedef longPLONG
 
typedef voidPVOID
 
typedef unsigned charPUCHAR
 
typedef unsigned shortPUSHORT
 
typedef unsigned intPUINT
 
typedef unsigned longPULONG
 
typedef unsigned long long ULONG64
 
typedef unsigned long long LARGE_INTEGER
 
typedef unsigned int UINT32
 

Macro Definition Documentation

#define FALSE   0

Definition at line 9 of file Typedefs.h.

#define NULL   0

Definition at line 42 of file Typedefs.h.

#define STATUS_FAILURE   -1

Definition at line 7 of file Typedefs.h.

#define STATUS_SUCCESS   0

Definition at line 6 of file Typedefs.h.

#define TRUE   1

Definition at line 10 of file Typedefs.h.

Typedef Documentation

typedef unsigned short B_UINT16

Definition at line 22 of file Typedefs.h.

typedef unsigned int B_UINT32

Definition at line 24 of file Typedefs.h.

typedef unsigned char B_UINT8

Definition at line 20 of file Typedefs.h.

typedef char BOOLEAN

Definition at line 12 of file Typedefs.h.

typedef char CHAR

Definition at line 13 of file Typedefs.h.

typedef unsigned long DWORD

Definition at line 26 of file Typedefs.h.

typedef int INT

Definition at line 14 of file Typedefs.h.

typedef unsigned long long LARGE_INTEGER

Definition at line 39 of file Typedefs.h.

typedef long LONG

Definition at line 16 of file Typedefs.h.

typedef char* PCHAR

Definition at line 28 of file Typedefs.h.

typedef int* PINT

Definition at line 30 of file Typedefs.h.

typedef long* PLONG

Definition at line 31 of file Typedefs.h.

typedef short* PSHORT

Definition at line 29 of file Typedefs.h.

typedef unsigned char* PUCHAR

Definition at line 34 of file Typedefs.h.

typedef unsigned int* PUINT

Definition at line 36 of file Typedefs.h.

typedef unsigned long* PULONG

Definition at line 37 of file Typedefs.h.

typedef unsigned short* PUSHORT

Definition at line 35 of file Typedefs.h.

typedef void* PVOID

Definition at line 32 of file Typedefs.h.

typedef short SHORT

Definition at line 15 of file Typedefs.h.

typedef unsigned char UCHAR

Definition at line 19 of file Typedefs.h.

typedef unsigned int UINT

Definition at line 23 of file Typedefs.h.

typedef unsigned int UINT32

Definition at line 40 of file Typedefs.h.

typedef unsigned long ULONG

Definition at line 25 of file Typedefs.h.

typedef unsigned long long ULONG64

Definition at line 38 of file Typedefs.h.

typedef unsigned short USHORT

Definition at line 21 of file Typedefs.h.

typedef void VOID

Definition at line 17 of file Typedefs.h.