Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Interapplication Communication /
Chapter 6 - Resolving and Creating Object Specifier Records / Reference to Resolving and Creating Object Specifier Records
Application-Defined Routines


Object Callback Functions

If an Apple event parameter consists of an object specifier record, your handler for the Apple event typically calls AEResolve to begin the process of locating the requested Apple event objects. The AEResolve function in turn calls object accessor functions and, if necessary, object callback functions provided by your application when it needs the information they can provide.

This section provides declarations for the seven object callback functions that your application can provide: the object-counting function (MyCountObjects), object-comparison function (MyCompareObjects), token disposal function (MyDisposeToken), error callback function (MyGetErrorDesc), mark token function (MyGetMarkToken), object-marking function (MyMark), and mark-adjusting function (MyAdjustMarks).

For information about writing and installing object callback functions, see "Writing Object Callback Functions," which begins on page 6-54.


Subtopics
MyCountObjects
MyCompareObjects
MyDisposeToken
MyGetErrorDesc
MyGetMarkToken
MyMark
MyAdjustMarks

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996