AEDeleteParam(_:_:)
Deletes a keyword-specified parameter from an Apple event record.
Declaration
func AEDeleteParam(_ theAppleEvent: UnsafeMutablePointer<AppleEvent>!, _ theAEKeyword: AEKeyword) -> OSErrParameters
- theAppleEvent:
A pointer to the Apple event or Apple event record to delete the parameter from. See Appleevent.
- theAEKeyword:
The keyword that specifies the parameter to delete. Some keyword constants are described in 1527206 Keyword_parameter_constants. See Aekeyword.
Return Value
A result code. See Result Codes.
Discussion
Thread safe starting in OS X v10.2.