Important: The information in this document is obsolete and should not be used for new development.
Getting, Calling, and Removing Object Accessor Functions
The Apple Event Manager provides three functions that allow you to get, call, and remove object accessor functions that you have installed in either the system or application object accessor dispatch table with theAEInstallObjectAccessor
function. TheAEGetObjectAccessor
andAECallObjectAccessor
functions get and call object accessor functions installed in the dispatch table you specify, andAERemoveObjectAccessor
removes an installed function.
Subtopics
- AEGetObjectAccessor
- AECallObjectAccessor
- AERemoveObjectAccessor