|
<< Click to Display Table of Contents >> #defines |
![]() ![]()
|
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 |