AEPutArray (ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType, Size itemSize, Size itemCount);
AEPutArray(ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, DescType itemType, Size itemSize, Size itemCount);
[DllImport (AELib)] static extern OSErr AEGetArray (ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, Size maximumSize, ref DescType itemType, Size itemSize, out Size itemCount);
[DllImport(AELib)] static extern OSErr AEGetArray(ref AEDescList descList, AEArrayType arrayType, ref AEArrayData array, Size maximumSize, ref DescType itemType, Size itemSize, out Size itemCount);