Error handling
[Public API functions]

Collaboration diagram for Error handling:

Classes

class  VpbException
 VPB api runtime exception type. More...

Run time error manager modes

const int VPB_DEVELOPMENT = 0
 API function error causes program abort. DON'T USE THIS< >.
const int VPB_ERROR_CODE = 1
 API function error returns error code. DON'T USE THIS< >.
const int VPB_EXCEPTION = 2
 API function error causes program abort. DON'T USE THIS< >.

Functions

void WINAPI vpb_set_mprintf (void(*func)(const char *format,...))
 Specify a function to handle mprintf() logging output.
 VT_DEPRECATED (extern const int VPB_DEVELOPMENT)
 VT_DEPRECATED (int WINAPI vpb_seterrormode(int mode))

Detailed Description

Todo:
Add appropriate bits of the sgml documentation here.

Variable Documentation

const int VPB_ERROR_CODE = 1

API function error returns error code. DON'T USE THIS< >.

API function error throws a exception


Generated on Fri Jan 4 13:16:23 2008 for libvpb by  doxygen 1.5.4