OAIP_disconnect
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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 |