Data Types Defined for the Install API

From InterBase

Go Up to About the InterBase Install API


The following data types are defined for the Install API functions:

Data types defined for the InterBase Install API
Data type Definition

OPTIONS_HANDLE

void*

TEXT

char

MSG_NO

long

OPT

unsigned long

FP_STATUS

function pointer of type

int (*fp_status)(int status, void *status_arg, const TEXT* description)

FP_ERROR

function pointer of type

int (*fp_error)(MSG_NO msg_no, void *status_arg, const TEXT* description)

Advance To: