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

Go to the source code of this file.

Data Structures

struct  DISPLAY_STATUS
 

Typedefs

typedef CHARPCHAR
 
typedef SHORTPSHORT
 
typedef LARGE_INTEGERPLARGE_INTEGER
 
typedef LONGPLONG
 
typedef UCHARPUCHAR
 
typedef USHORTPUSHORT
 
typedef ULONGPULONG
 
typedef VOIDPVOID
 

Typedef Documentation

typedef CHAR* PCHAR

Definition at line 62 of file types.h.

Definition at line 64 of file types.h.

typedef LONG* PLONG

Definition at line 65 of file types.h.

typedef SHORT* PSHORT

Definition at line 63 of file types.h.

typedef UCHAR* PUCHAR

Definition at line 66 of file types.h.

typedef ULONG* PULONG

Definition at line 68 of file types.h.

typedef USHORT* PUSHORT

Definition at line 67 of file types.h.

typedef VOID* PVOID

Definition at line 69 of file types.h.