Contents Index DBSynchronizeLog function DBToolsInit function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBToolsFini function


Function 

Decrements the counter and frees resources when an application is finished with the DBTools library.

Prototype 

short DBToolsFini ( const a_dbtools_info * dbtools-info );

Parameters 
Parameter Description
dbtools-info Pointer to a_dbtools_info structure
Return value 

A return code, as listed in Software component return codes.

Usage 

The DBToolsFini function must be called at the end of any application that uses the DBTools interface. Failure to do so can lead to lost memory resources.

See also 

DBToolsInit function

a_dbtools_info structure


Contents Index DBSynchronizeLog function DBToolsInit function