Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Interapplication Communication /
Chapter 4 - Responding to Apple Events / Reference to Responding to Apple Events
Routines for Responding to Apple Events / Deallocating Memory for Descriptor Records


AEDisposeDesc

You can use the AEDisposeDesc 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 returns noErr.
RESULT CODE
noErr0No error
SEE ALSO
For more information about using AEDisposeDesc, see "Disposing of Apple Event Data Structures," which begins on page 4-39.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996