Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

a_db_info structure [Table of Contents] an_erase_db structure

[-] Chapter 3: The Database Tools Interface
[-] DBTools structures
[-] a_dbtools_info structure


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 .


a_db_info structure [Table of Contents] an_erase_db structure