ABIFinalize
ABIFinalize#
Syntax#
int ABIFinalize ( void );
Return Values#
If successful, returns 0; otherwise, returns an error code.
Description#
This function needs to be invoked to close Altibase Monitoring API. It performs operations such as freeing memory that has been allocated while using Altibase Monitoring API and disconnecting from the Altibase server.
Example#
if( ABIFinalize( ) != 0 )
{
/* ... error handling ... */
}