Buffer Interface
Macros | Typedefs
BFTypeNT.h File Reference
#include "basetsd.h"
#include "stddef.h"

Go to the source code of this file.

Macros

#define BITFLOW_TYPEDEFS
 
#define PCIBus   5
 
#define BFC
 
#define BFCDECL   __cdecl
 
#define BFSTDCALL   __stdcall
 
#define BFCAPI   BFCDECL
 

Typedefs

typedef char * PSTRING
 
typedef void BFVOID
 
typedef void * PBFVOID
 
typedef char BFCHAR
 
typedef char * PBFCHAR
 
typedef int BFBOOL
 
typedef int * PBFBOOL
 
typedef unsigned int BFUINT
 
typedef unsigned int * PBFUINT
 
typedef int BFSINT
 
typedef int * PBFSINT
 
typedef unsigned short BFUSHORT
 
typedef unsigned short * PBFUSHORT
 
typedef short BFSSHORT
 
typedef short * PBFSSHORT
 
typedef unsigned long BFULONG
 
typedef unsigned long * PBFULONG
 
typedef long BFSLONG
 
typedef long * PBFSLONG
 
typedef double BFDOUBLE
 
typedef double * PBFDOUBLE
 
typedef unsigned long long BFU64
 
typedef unsigned long long * PBFU64
 
typedef long long BFS64
 
typedef long long * PBFS64
 
typedef unsigned long BFU32
 
typedef unsigned long * PBFU32
 
typedef long BFS32
 
typedef long * PBFS32
 
typedef unsigned short BFU16
 
typedef unsigned short * PBFU16
 
typedef short BFS16
 
typedef short * PBFS16
 
typedef unsigned char BFU8
 
typedef unsigned char * PBFU8
 
typedef char BFS8
 
typedef char * PBFS8
 
typedef BFU16 BFWCHAR
 
typedef BFU16PBFWCHAR
 
typedef UINT_PTR BFUPTR
 
typedef UINT_PTR * PBFUPTR
 
typedef INT_PTR BFSPTR
 
typedef INT_PTR * PBFSPTR
 
typedef size_t BFSIZET
 
typedef size_t * PBFSIZET
 
typedef UINT_PTR BFUPTRWOW64
 
typedef UINT_PTR *POINTER_32 PBFUPTRWOW64
 

Macro Definition Documentation

#define BFC
#define BFCAPI   BFCDECL
#define BFCDECL   __cdecl
#define BFSTDCALL   __stdcall
#define BITFLOW_TYPEDEFS
#define PCIBus   5

Typedef Documentation

typedef int BFBOOL
typedef char BFCHAR
typedef double BFDOUBLE
typedef short BFS16
typedef long BFS32
typedef long long BFS64
typedef char BFS8
typedef int BFSINT
typedef size_t BFSIZET
typedef long BFSLONG
typedef INT_PTR BFSPTR
typedef short BFSSHORT
typedef unsigned short BFU16
typedef unsigned long BFU32
Examples:
CircHoldSimple.cpp.
typedef unsigned long long BFU64
typedef unsigned char BFU8
typedef unsigned int BFUINT
typedef unsigned long BFULONG
typedef UINT_PTR BFUPTR
typedef UINT_PTR BFUPTRWOW64
typedef unsigned short BFUSHORT
typedef void BFVOID
typedef BFU16 BFWCHAR
typedef int * PBFBOOL
typedef char * PBFCHAR
typedef double * PBFDOUBLE
typedef short * PBFS16
typedef long * PBFS32
typedef long long * PBFS64
typedef char * PBFS8
typedef int * PBFSINT
typedef size_t * PBFSIZET
typedef long * PBFSLONG
typedef INT_PTR * PBFSPTR
typedef short * PBFSSHORT
typedef unsigned short * PBFU16
typedef unsigned long * PBFU32
typedef unsigned long long * PBFU64
typedef unsigned char * PBFU8
typedef unsigned int * PBFUINT
typedef unsigned long * PBFULONG
typedef UINT_PTR * PBFUPTR
typedef UINT_PTR * POINTER_32 PBFUPTRWOW64
typedef unsigned short * PBFUSHORT
typedef void * PBFVOID
typedef BFU16 * PBFWCHAR
typedef char* PSTRING