Beispiel #1
0
		public static extern OSErr AEPutDesc (ref AEDescList descList, Index index, out AEDesc desc);
Beispiel #2
0
		public static extern OSErr AECountItems (ref AEDescList descList, out Size count);
Beispiel #3
0
		public static extern OSErr AEPutPtr (ref AEDescList descList, Size index, DescType typeCode, IntPtr dataPtr,
			Size dataSize);
Beispiel #4
0
 public static extern OSErr AECreateList(IntPtr factoringPtr, Size factoredSize, bool isRecord, out AEDescList result);
Beispiel #5
0
		public static extern OSErr AECreateList (IntPtr factoringPtr, Size factoredSize, bool isRecord, out AEDescList result);
Beispiel #6
0
		public static extern OSErr SizeOfNthItem (ref AEDescList descList, Index index, ref DescType typeCode,
			out Size dataSize);
Beispiel #7
0
		AEPutArray (ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType,
				Size itemSize, Size itemCount);
Beispiel #8
0
 public static extern OSErr SizeOfNthItem(ref AEDescList descList, Index index, ref DescType typeCode,
                                          out Size dataSize);
Beispiel #9
0
 [DllImport(AELib)] static extern OSErr AEGetArray(ref AEDescList descList, AEArrayType arrayType,
                                                   ref AEArrayData array, Size maximumSize, ref DescType itemType, Size itemSize, out Size itemCount);
Beispiel #10
0
 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);
Beispiel #11
0
 public static extern OSErr AEGetNthDesc(ref AEDescList descList, Index index, DescType desiredType,
                                         ref AEKeyword keyword, out AEDesc result);
Beispiel #12
0
 public static extern OSErr AEPutDesc(ref AEDescList descList, Index index, out AEDesc desc);
Beispiel #13
0
 public static extern OSErr AEPutPtr(ref AEDescList descList, Size index, DescType typeCode, IntPtr dataPtr,
                                     Size dataSize);
Beispiel #14
0
 public static extern OSErr AECountItems(ref AEDescList descList, out Size count);
Beispiel #15
0
		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);
Beispiel #16
0
 AEPutArray(ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType,
            Size itemSize, Size itemCount);
Beispiel #17
0
		public static extern OSErr AEGetNthDesc (ref AEDescList descList, Index index, DescType desiredType,
			ref AEKeyword keyword, out AEDesc result);
Beispiel #18
0
 public static extern OSErr AEDeleteItem(ref AEDescList descList, Index index);
Beispiel #19
0
		[DllImport (AELib)] static extern OSErr AEGetArray (ref AEDescList descList, AEArrayType arrayType,
			ref AEArrayData array, Size maximumSize, ref DescType itemType, Size itemSize, out Size itemCount);
Beispiel #20
0
		public static extern OSErr CreateLogicalDescriptor (ref AEDescList theLogicalTerms,
			DescType theLogicOperator, bool disposeInputs, out AEDesc theDescriptor);
Beispiel #21
0
		public static extern OSErr AEDeleteItem (ref AEDescList descList, Index index);
Beispiel #22
0
 public static extern OSErr CreateLogicalDescriptor(ref AEDescList theLogicalTerms,
                                                    DescType theLogicOperator, bool disposeInputs, out AEDesc theDescriptor);