DBToolsFini(const a_dbtools_info *) method

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

Syntax

_crtn short _entry DBToolsFini(const a_dbtools_info * pdi)

Parameters

Returns

Return code, as listed in Software component exit 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.