|
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 throws a exception.
|
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)) |