Contents Index a_dblic_info structure an_erase_db structure

ASA Programming Guide
  The Database Tools Interface
    DBTools structures

a_dbtools_info structure


Function 

Holds the information needed to start and finish working with the DBTools library.

Syntax 

typedef struct a_dbtools_info {
MSG_CALLBACK    errorrtn;
} a_dbtools_info;

Parameters 
Member Description
errorrtn Callback routine for handling an error message
See also 

DBToolsFini function

DBToolsInit function

For more information on callback functions, see Using callback functions.


Contents Index a_dblic_info structure an_erase_db structure