Carbon


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
);
Parameter descriptions
theAppleEvent

A pointer to the Apple event or AE record to delete the parameter from.

theAEKeyword

The keyword that specifies the parameter to delete. Some keyword constants are described in “Keyword Parameter Constants”.

function result

A result code.

AVAILABILITY

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)