OpenDBX/C API/odbx finish

From Linuxnetworks
< OpenDBX‎ | C API
Revision as of 00:09, 15 February 2007 by Nose (Talk | contribs)

Jump to: navigation, search


#include <odbx.h>

int odbx_finish(
    odbx_t* handle ) 

Description:

Frees all resources allocated by odbx_init(). Be sure you invoked odbx_unbind() before to avoid memory leaks.

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

See also:



Back to Overview