Important: The information in this document is obsolete and should not be used for new development.
AEDisposeDesc
You can use theAEDisposeDesc
function 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,
AEDisposeDesc
returnsnoErr
.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.