libvpb
4.2.61
|
Modules | |
Dialling | |
Programmable tone generator | |
Classes | |
class | VpbException |
VPB api runtime exception type. More... | |
Functions | |
void WINAPI | vpb_set_mprintf (void(*func)(const char *format,...)) |
Specify a function to handle mprintf() logging output. | |
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. | |
VT_DEPRECATED (extern const int VPB_DEVELOPMENT) | |
API function error causes program abort. DON'T USE THIS. | |
VT_DEPRECATED (int WINAPI vpb_seterrormode(int mode)) | |
API function error causes program abort. DON'T USE THIS. | |