DBToolsFini function

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

Prototype
short DBToolsFini ( const a_dbtools_info * );
Parameters

A pointer to a structure. See a_dbtools_info structure.

Return value

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

Remarks

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