Important: The information in this document is obsolete and should not be used for new development.
Getting the Sizes and Descriptor Types of Descriptor Records
The Apple Event Manager provides four routines that allow you to get the sizes and descriptor types of descriptor records that are not part of an Apple event record. TheAESizeOfNthItem
function returns the size and descriptor type of a descriptor record in a descriptor list.TheAESizeOfKeyDesc
function returns the size and descriptor type of a keyword-specified descriptor record in an AE record. You can get the size and descriptor type of an Apple event parameter or Apple event attribute using theAESizeOfParam
andAESizeOfAttribute
functions.
Subtopics
- AESizeOfNthItem
- AESizeOfKeyDesc
- AESizeOfParam
- AESizeOfAttribute