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, orNSetTrapAddressprocedure. TheSetOSTrapAddressprocedure installs a patch address into the Operating System trap dispatch table, and theSetToolboxTrapAddressinstalls a patch address into the Toolbox trap dispatch table. TheNSetTrapAddressprocedure is the most general of these procedures. You can use theNSetTrapAddressprocedure to install a patch address into the Operating System trap dispatch table or into the Toolbox trap dispatch table.
Subtopics
- SetOSTrapAddress
- SetToolboxTrapAddress
- NSetTrapAddress