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

From Linuxnetworks
< OpenDBX‎ | C API
Jump to: navigation, search
(Return values:)
(Errors:)
Line 19: Line 19:
 
= Errors: =
 
= Errors: =
  
* -ODBX_ERR_PARAM: Parameter or its content is invalid
+
* -ODBX_ERR_PARAM: Parameter is NULL or the structure is invalid
  
  
 
----
 
----
 
Back to [[OpenDBX API|Overview]]
 
Back to [[OpenDBX API|Overview]]

Revision as of 16:28, 5 June 2006


int odbx_finish(
    odbx_t* handle ) 

Description:

Frees all resources allocated by odbx_init()

Parameters:

Return values:

  • ODBX_ERR_SUCCESS on success
  • Less than zero if an error occured

Errors:

  • -ODBX_ERR_PARAM: Parameter is NULL or the structure is invalid



Back to Overview