public static extern OSErr CreateLogicalDescriptor (ref AEDescList theLogicalTerms, DescType theLogicOperator, bool disposeInputs, out AEDesc theDescriptor);
public static extern AEStreamRef AEStreamCreateEvent (AEEventClass clazz, AEEventID id, DescType targetType, IntPtr targetData, Size targetLength, AEReturnID returnID, AETransactionID transactionID);
public static extern OSErr AEGetCoercionHandler (DescType fromType, DescType toType, out IntPtr handler, out uint handlerRefcon, out bool fromTypeIsDesc, bool isSysHandler);
public static extern OSStatus AEStreamOpenRecord (AEStreamRef streamRef, DescType newType);
public static extern OSStatus AEStreamWriteKeyDesc (AEStreamRef streamRef, AEKeyword key, DescType newType, IntPtr data, Size length);
public static extern OSErr AEReplaceDescData (DescType typeCode, IntPtr dataPtr, Size dataSize, ref AEDesc desc);
public static extern OSErr AEInstallCoercionHandler (DescType fromType, DescType toType, AECoercePtrUPP handler, uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);
public static extern OSErr SizeOfNthItem (ref AEDescList descList, Index index, ref DescType typeCode, out Size dataSize);
[DllImport (AELib)] static extern OSErr AEGetArray (ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, Size maximumSize, ref DescType itemType, Size itemSize, out Size itemCount);
public static extern OSErr AEGetNthPtr (ref AEDescList descList, Index index, DescType desiredType, ref AEKeyword keyword, ref DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
public static extern OSErr AEGetNthDesc (ref AEDescList descList, Index index, DescType desiredType, ref AEKeyword keyword, out AEDesc result);
public static extern OSErr AEPutPtr (ref AEDescList descList, Size index, DescType typeCode, IntPtr dataPtr, Size dataSize);
public static extern OSErr AECreateDesc (DescType typeCode, IntPtr dataPtr, Size dataSize, out AEDesc result);
public static extern OSErr CreateObjSpecifier (DescType desiredClass, ref AEDesc theContainer, DescType keyForm, ref AEDesc keyData, bool disposeInputs, out AEDesc objSpecifier);
public static extern OSErr SizeOfAttribute (ref AppleEvent evt, AEKeyword keyword, out DescType typeCode, out Size dataSize);
AEPutArray (ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType, Size itemSize, Size itemCount);
public static extern OSErr AEPutAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType typeCode, IntPtr dataPtr, Size dataSize);
public static extern OSErr AEPutKeyPtr (ref AERecord record, AEKeyword keyword, DescType typeCode, IntPtr dataPtr, Size dataSize);
public static extern OSStatus AEBuildAppleEvent (AEEventClass theClass, AEEventID theID, DescType addressType, IntPtr addressData, Size addressLength, AEReturnID returnID, AETransactionID transactionID, out AppleEvent result, out AEBuildError error, string paramsFmt, __arglist);
public static extern OSErr AEGetKeyPtr (ref AERecord record, AEKeyword keyword, DescType desiredType, ref DescType actualType, IntPtr dataPtr, Size maximumSize, out Size actualSize);
public static extern OSStatus AEStreamWriteDesc (AEStreamRef streamRef, DescType newType, IntPtr data, Size length);
public static extern OSErr AEGetKeyDesc (ref AERecord record, AEKeyword keyword, DescType desiredType, out AEDesc result);
public static extern OSStatus AEStreamSetRecordType (AEStreamRef streamRef, DescType newType);
public static extern OSErr SizeOfKeyDesc (ref AERecord record, AEKeyword keyword, ref DescType typeCode, out Size dataSize);
public static extern OSStatus AEStreamOpenKeyDesc (AEStreamRef streamRef, AEKeyword key, DescType newType);
public static extern OSErr AEGetAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType desiredType, out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
public static extern OSErr AERemoveCoercionHandler (DescType fromType, DescType toType, AECoercePtrUPP handler, bool isSysHandler);
public static extern OSErr AEGetAttributeDesc (ref AppleEvent evt, AEKeyword keyword, DescType desiredType, out AEDesc result);
public static extern OSErr AECoercePtr (DescType typeCode, IntPtr data, Size dataSize, DescType toType, out AEDesc result);
public static extern OSErr CreateCompDescriptor (DescType comparisonOperator, ref AEDesc operand1, ref AEDesc operand2, bool disposeInputs, out AEDesc theDescriptor);