|
Functions |
| BUGTRAP_API BT_ErrHandler APIENTRY | BT_GetPostErrHandler (void) |
| | Get address of error handler called after BugTrap dialog.
|
| BUGTRAP_API BT_ErrHandler APIENTRY | BT_GetPreErrHandler (void) |
| | Get address of error handler called before BugTrap dialog.
|
| BUGTRAP_API void APIENTRY | BT_SetPostErrHandler (BT_ErrHandler pfnPostErrHandler, INT_PTR nPostErrHandlerParam) |
| | Set address of error handler called after BugTrap dialog.
|
| BUGTRAP_API void APIENTRY | BT_SetPreErrHandler (BT_ErrHandler pfnPreErrHandler, INT_PTR nPreErrHandlerParam) |
| | Set address of error handler called before BugTrap dialog.
|