Important: The information in this document is obsolete and should not be used for new development.
AEPutParamDesc
You can use theAEPutParamDesc
function to add a descriptor record and a keyword to an Apple event as an Apple event parameter.
FUNCTION AEPutParamDesc (theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; theAEDesc: AEDesc): OSErr;
theAppleEvent
- The Apple event to which to add a parameter.
theAEKeyword
- The keyword for the parameter to be added. If the Apple event already included a parameter with this keyword, the parameter is replaced.
theAEDesc
- The descriptor record for the parameter.
RESULT CODES
SEE ALSO
For an example of the use ofAEPutParamDesc
, see "Adding Parameters to an Apple Event," which begins on page 5-5.