Main Page | Modules | Namespace List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

nctypes.h File Reference


Defines

#define LOBYTE(w)   ((BYTE)(w))
#define HIBYTE(w)   ((BYTE)(((WORD)(w) >> 8) & 0xFF))
#define NC_LOBYTE(w)   ((BYTE)(w&0xFF))
#define NC_HIBYTE(w)   ((BYTE)(((USHORT)(w) >> 8) & 0xFF))
#define HANDLE   PUINT
#define LOWORD(a)   ((USHORT)a)
#define HIWORD(a)   ((USHORT)(a >> 16))
#define NATIVECPU_BIGENDIAN   false
#define LITTLEEND_LO   0
#define LITTLEEND_HI   1
#define BIGEND_LO   1
#define BIGEND_HI   0
#define MYEND_LO   LITTLEEND_LO
#define MYEND_HI   LITTLEEND_HI
#define __NCSTR2__(x)   #x
#define __NCSTR1__(x)   __NCSTR2__(x)
#define _NC_MESSAGE   " -- NetChip message: Line "__NCSTR1__(__LINE__)": "
#define UNREFERENCED_PARAMETER(P)   (P)
#define DBG_UNREFERENCED_PARAMETER(P)   (P)
#define DBG_UNREFERENCED_LOCAL_VARIABLE(V)   (V)

Typedefs

typedef unsigned long ULONG
typedef ULONGPULONG
typedef unsigned short USHORT
typedef USHORTPUSHORT
typedef unsigned char UCHAR
typedef UCHARPUCHAR
typedef char * PSZ
typedef char CHAR
typedef char * PCHAR
typedef char * LPSTR
typedef bool * PBOOL
typedef void VOID
typedef unsigned long DWORD
typedef unsigned char BYTE
typedef unsigned short WORD
typedef float FLOAT
typedef DWORDPDWORD
typedef BYTEPBYTE
typedef FLOATPFLOAT
typedef int INT
typedef unsigned int UINT
typedef unsigned int * PUINT
typedef void * PVOID
typedef void * LPVOID
typedef UINT WPARAM
typedef long LPARAM
typedef long LRESULT
typedef _WORDBYTE WORDBYTE
typedef _WORDBYTEPWORDBYTE

Define Documentation

#define __NCSTR1__  )     __NCSTR2__(x)
 

#define __NCSTR2__  )     #x
 

#define _NC_MESSAGE   " -- NetChip message: Line "__NCSTR1__(__LINE__)": "
 

#define BIGEND_HI   0
 

#define BIGEND_LO   1
 

#define DBG_UNREFERENCED_LOCAL_VARIABLE  )     (V)
 

#define DBG_UNREFERENCED_PARAMETER  )     (P)
 

#define HANDLE   PUINT
 

#define HIBYTE  )     ((BYTE)(((WORD)(w) >> 8) & 0xFF))
 

#define HIWORD  )     ((USHORT)(a >> 16))
 

#define LITTLEEND_HI   1
 

#define LITTLEEND_LO   0
 

#define LOBYTE  )     ((BYTE)(w))
 

#define LOWORD  )     ((USHORT)a)
 

#define MYEND_HI   LITTLEEND_HI
 

#define MYEND_LO   LITTLEEND_LO
 

#define NATIVECPU_BIGENDIAN   false
 

#define NC_HIBYTE  )     ((BYTE)(((USHORT)(w) >> 8) & 0xFF))
 

#define NC_LOBYTE  )     ((BYTE)(w&0xFF))
 

#define UNREFERENCED_PARAMETER  )     (P)
 


Typedef Documentation

typedef unsigned char BYTE
 

typedef char CHAR
 

typedef unsigned long DWORD
 

typedef float FLOAT
 

typedef int INT
 

typedef long LPARAM
 

typedef char* LPSTR
 

typedef void* LPVOID
 

typedef long LRESULT
 

typedef bool* PBOOL
 

typedef BYTE* PBYTE
 

typedef char * PCHAR
 

typedef DWORD* PDWORD
 

typedef FLOAT* PFLOAT
 

typedef char* PSZ
 

typedef UCHAR* PUCHAR
 

typedef unsigned int* PUINT
 

typedef ULONG* PULONG
 

typedef USHORT* PUSHORT
 

typedef void* PVOID
 

typedef union _WORDBYTE * PWORDBYTE
 

typedef unsigned char UCHAR
 

typedef unsigned int UINT
 

typedef unsigned long ULONG
 

typedef unsigned short USHORT
 

typedef void VOID
 

typedef unsigned short WORD
 

typedef union _WORDBYTE WORDBYTE
 

typedef UINT WPARAM
 


Generated on Thu Mar 2 16:11:30 2006 for VDK Blacksheep by  doxygen 1.4.1