OpenDBX/C API/odbx finish

From Linuxnetworks
< OpenDBX‎ | C API
Revision as of 16:25, 5 June 2006 by Nose (Talk | contribs)

Jump to: navigation, search


int odbx_finish(
    odbx_t* handle ) 

Description:

Frees all resources allocated by odbx_init()

Parameters:

Return values:

  • Zero on success
  • Non-zero if an error occured

Errors:

  • -ODBX_ERR_PARAM: Parameter or its content is invalid



Back to Overview