![]() |
Special Handler Callback Constants |
Header: AEObjects.h |
Specify an object callback function to install, get, or remove from the special handler dispatch table.
enum { keyAERangeStart = 'star', keyAERangeStop = 'stop', keyDisposeTokenProc = 'xtok', keyAECompareProc = 'cmpr', keyAECountProc = 'cont', keyAEMarkTokenProc = 'mkid', keyAEMarkProc = 'mark', keyAEAdjustMarksProc = 'adjm', keyAEGetErrDescProc = 'indc' };
Specifies the first Apple event object in a desired range.
Specifies the last Apple event object in the desired range.
Token disposal function. See
Object-comparison function. See
Object-counting function. See
Mark token function. See
Object-marking function. See
Mark-adjusting function. See
Get error descriptor callback function. See
You use these constants with the AEInstallSpecialHandler, AEGetSpecialHandler, or AERemoveSpecialHandler functions.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)