Important: The information in this document is obsolete and should not be used for new development.
Installing Patch Addresses Into the Trap Dispatch Tables
You can install the address of a patch into a trap dispatch table by using theSetOSTrapAddress
,SetToolboxTrapAddress
, orNSetTrapAddress
procedure. TheSetOSTrapAddress
procedure installs a patch address into the Operating System trap dispatch table, and theSetToolboxTrapAddress
installs a patch address into the Toolbox trap dispatch table. TheNSetTrapAddress
procedure is the most general of these procedures. You can use theNSetTrapAddress
procedure to install a patch address into the Operating System trap dispatch table or into the Toolbox trap dispatch table.
Subtopics
- SetOSTrapAddress
- SetToolboxTrapAddress
- NSetTrapAddress