Important: The information in this document is obsolete and should not be used for new development.
Getting Items From Descriptor Lists
The Apple Event Manager provides three functions that allow you to get items from any descriptor list, including an Apple event record. TheAEGetNthPtr
andAEGetNthDesc
functions give you access to the data in a descriptor list. TheAEGetArray
function gets data from an array contained in a descriptor list.
Subtopics
- AEGetNthPtr
- AEGetNthDesc
- AEGetArray