Difference between revisions of "OpenDBX/C API/odbx finish"

From Linuxnetworks
< OpenDBX‎ | C API
Jump to: navigation, search
(revert)
m
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
  
  int odbx_finish( odbx_t* handle )  
+
  int odbx_finish(
 +
    odbx_t* handle )  
  
 
= Description: =
 
= Description: =

Revision as of 13:31, 29 January 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