Contents Index DBInfoDump function DBLicense function

ASA Programming Guide
  The Database Tools Interface
    DBTools functions

DBInfoFree function


Function 

Called to free resources after the DBInfoDump function is called.

Prototype 

short DBInfoFree ( const a_db_info * db-info );

Parameters 
Parameter Description
db-info Pointer to a_db_info structure
Return value 

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

Usage 

For information about the Information utility and its features, see The Information utility.

See also 

DBInfo function

DBInfoDump function

a_db_info structure


Contents Index DBInfoDump function DBLicense function