Important: The information in this document is obsolete and should not be used for new development.
Adding Items to Descriptor Lists
The Apple Event Manager provides three routines that allow you to add descriptor records to any descriptor list, including an Apple event record. TheAEPutPtr
function converts data specified in a buffer to a descriptor record and adds the descriptor record to a descriptor list. TheAEPutDesc
function adds a descriptor record to a descriptor list. TheAEPutArray
function puts the data for an Apple event array into a descriptor list.
Subtopics
- AEPutPtr
- AEPutDesc
- AEPutArray