Summary of the System Error Handler
Pascal Summary
System Error Handler Routines
PROCEDURE SysError(errorCode: Integer);
Application-Defined Routines
PROCEDURE MyResumeProc;
C Summary
System Error Handler Routines
pascal void SysError(short errorCode);
Application-Defined Routines
pascal void MyResumeProc;
Assembly-Language Summary
Global Variables
| DSErrCode | The system error ID of the last system error. |
| DSAlertTab | A pointer to the system error alert table in memory, or NIL if none has been loaded. |
| DSAlertRect | The rectangle, in global coordinates, in which to draw the system error alert box. |