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
,GetToolboxTrapAddress
orNGetTrapAddress
function. TheGetOSTrapAddress
function retrieves only an Operating System routine address, and theGetToolboxTrapAddress
retrieves only a Toolbox routine address. TheNGetTrapAddress
function 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