Important: The information in this document is obsolete and should not be used for new development.
AEDisposeDesc
You can use theAEDisposeDescfunction to deallocate the memory used by a descriptor record.
FUNCTION AEDisposeDesc (VAR theAEDesc: AEDesc): OSErr;
theAEDesc- The descriptor record to deallocate. The function returns a null descriptor record in this parameter. If you pass a null descriptor record in this parameter,
AEDisposeDescreturnsnoErr.RESULT CODE
noErr 0 No error SEE ALSO
For more information about usingAEDisposeDesc, see "Disposing of Apple Event Data Structures," which begins on page 4-39.