Important: The information in this document is obsolete and should not be used for new development.
AEPutKeyDesc
You can use theAEPutKeyDesc
function to add a descriptor record and a keyword to an AE record as a keyword-specified descriptor record.
FUNCTION AEPutKeyDesc (theAERecord: AERecord; theAEKeyword: AEKeyword; theAEDesc: AEDesc): OSErr;
theAERecord
The AE record to which to add the keyword-specified descriptor record.theAEKeyword
The keyword specifying the descriptor record. If there was already a keyword-specified descriptor record with this keyword, it is replaced.theAEDesc
- The descriptor record for the keyword-specified descriptor record.
RESULT CODES