Exemplo n.º 1
0
		AEPutArray (ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType,
				Size itemSize, Size itemCount);
Exemplo n.º 2
0
 AEPutArray(ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType,
            Size itemSize, Size itemCount);
Exemplo n.º 3
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);
Exemplo n.º 4
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);