![]() |
AEDeleteParam |
||||
Header: | AEDataModel.h | Carbon status: | Supported | |
Deletes a keyword-specified parameter from an Apple event or AE record.
OSErr AEDeleteParam ( AppleEvent *theAppleEvent, AEKeyword theAEKeyword );
A pointer to the Apple event or AE record to delete the parameter from.
The keyword that specifies the parameter to delete. Some keyword constants are described in
A result code.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)