Skip to content

ABIInitialize

ABIInitialize#

Syntax#

int ABIInitialize ( void );

Return Values#

If successful, returns 0; otherwise, returns an error code.

Description#

This function needs to be initially invoked to use Altibase Monitoring API. It performs initialization operations such as setting the connection to the Altibase server.

Example#

if( ABIInitialize( ) != 0 )
{
    /* ... error handling ... */
}