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

From Linuxnetworks
< OpenDBX‎ | C API
Jump to: navigation, search
(removed spam)
(Description:)
Line 6: Line 6:
 
= Description: =
 
= Description: =
  
Frees all resources allocated by odbx_init()  
+
Frees all resources allocated by [[OpenDBX_init|odbx_init()]]
  
 
= Parameters: =
 
= Parameters: =

Revision as of 16:24, 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