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