#defines

<< Click to Display Table of Contents >>

Navigation:  Using the Function Reference >

#defines

Previous pageReturn to chapter overviewNext page

The following table lists the #defines used throughout this reference:

#define

Definition

NULL

(0)

VOID

void

INT8

char

CHAR

char

BYTE

unsigned char

UINT8

unsigned char

INT16

int (if defined FLAT); short

UINT16

unsigned short (if defined FLAT); unsigned int

INT32

long

UINT32

unsigned long

BOOL

short (if defined FLAT) int

DFLOAT

double

DBIDATE

long

TIME

long

TIMESTAMP

double

DBIFN

pascal far

UINT16

DBIResult

 

hmtoggle_plus1Using the function reference