19 #ifndef __AEPACKOBJECT__
20 #define __AEPACKOBJECT__
22 #ifndef __APPLEEVENTS__
39 #if PRAGMA_STRUCT_ALIGN
40 #pragma options align = mac68k
41 #elif PRAGMA_STRUCT_PACKPUSH
43 #elif PRAGMA_STRUCT_PACK
109 #if PRAGMA_STRUCT_ALIGN
110 #pragma options align = reset
111 #elif PRAGMA_STRUCT_PACKPUSH
113 #elif PRAGMA_STRUCT_PACK
117 #ifdef PRAGMA_IMPORT_OFF
ResType DescType
Definition: AEDataModel.h:165
OSErr CreateOffsetDescriptor(long theOffset, AEDesc *theDescriptor)
OSErr CreateLogicalDescriptor(AEDescList *theLogicalTerms, DescType theLogicOperator, Boolean disposeInputs, AEDesc *theDescriptor)
OSErr CreateObjSpecifier(DescType desiredClass, AEDesc *theContainer, DescType keyForm, AEDesc *keyData, Boolean disposeInputs, AEDesc *objSpecifier)
OSErr CreateCompDescriptor(DescType comparisonOperator, AEDesc *operand1, AEDesc *operand2, Boolean disposeInputs, AEDesc *theDescriptor)
OSErr CreateRangeDescriptor(AEDesc *rangeStart, AEDesc *rangeStop, Boolean disposeInputs, AEDesc *theDescriptor)
AppleEvent Package Interfaces.
unsigned char Boolean
Definition: MacTypes.h:318
Definition: AEDataModel.h:175