Important: The information in this document is obsolete and should not be used for new development.
Adding Data and Descriptor Records to AE Records
The Apple Event Manager provides two routines that allow you to add data and descriptor records to AE records. TheAEPutKeyPtr
function takes a pointer to data, a descriptor type, and a keyword and converts them into a keyword-specified descriptor record that it adds to an AE record. TheAEPutKeyDesc
function takes a descriptor record and a keyword and converts them into a keyword-specified descriptor record that it adds to an AE record.
Subtopics
- AEPutKeyPtr
- AEPutKeyDesc