![]() |
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 Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)