skip to main content
Interface Provider API : Reference : OAIP_disconnect
 

OAIP_disconnect

Close the specified connection. All associated data should be freed. This call is generated when an OpenAccess SDK client issues a disconnect call.
int OAIP_disconnect(
    DAM_HDBC dam_hdbc,
    IP_HDBC hdbc)
Table 6. Parameters for OAIP_disconnect
Parameter
Type
Description
IN
dam_hdbc
DAM_HDBC
The connection handle.
hdbc
IP_HDBC
A pointer to the connection information maintained by the IPThe memory associated with this handle must be freed by the IP at this time.
RETURN
int
DAM_SUCCESS - on success
DAM_FAILURE - on failure