Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Operating System Utilities /
Chapter 2 - System Error Handler


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
DSErrCodeThe system error ID of the last system error.
DSAlertTabA pointer to the system error alert table in memory, or NIL if none has been loaded.
DSAlertRectThe rectangle, in global coordinates, in which to draw the system error alert box.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996