Difference between revisions of "OpenDBX/C API/odbx finish"
From Linuxnetworks
(→Description:) |
(→Parameters:) |
||
Line 10: | Line 10: | ||
= Parameters: = | = Parameters: = | ||
− | * handle: Connection object created by odbx_init() | + | * handle: Connection object created by [[OpenDBX_init|odbx_init()]] |
= Return values: = | = Return values: = |
Revision as of 16:25, 5 June 2006
int odbx_finish( odbx_t* handle )
Description:
Frees all resources allocated by odbx_init()
Parameters:
- handle: Connection object created by odbx_init()
Return values:
- Zero on success
- Non-zero if an error occured
Errors:
- -ODBX_ERR_PARAM: Parameter or its content is invalid
Back to Overview