Important: The information in this document is obsolete and should not be used for new development.
Accessing Addresses From the Trap Dispatch Tables
You can access the address of a system software routine by using theGetOSTrapAddress,GetToolboxTrapAddressorNGetTrapAddressfunction. TheGetOSTrapAddressfunction retrieves only an Operating System routine address, and theGetToolboxTrapAddressretrieves only a Toolbox routine address. TheNGetTrapAddressfunction is the most general of these functions; you can use the function to retrieve the address of an Operating System routine or a Toolbox routine.
Subtopics
- GetOSTrapAddress
- GetToolboxTrapAddress
- NGetTrapAddress