Example #1
0
		public static extern OSErr AEDeleteKeyDesc (ref AERecord record, AEKeyword keyword);
Example #2
0
		public static extern OSErr AEGetKeyDesc (ref AERecord record, AEKeyword keyword, DescType desiredType,
			out AEDesc result);
Example #3
0
		public static extern OSErr SizeOfKeyDesc (ref AERecord record, AEKeyword keyword,
			ref DescType typeCode, out Size dataSize);
Example #4
0
		public static extern OSErr AEPutKeyDesc (ref AERecord record, AEKeyword keyword, ref AEDesc desc);
Example #5
0
		public static extern OSErr AEGetKeyPtr (ref AERecord record, AEKeyword keyword, DescType desiredType,
			ref DescType actualType, IntPtr dataPtr, Size maximumSize, out Size actualSize);
Example #6
0
 public static extern OSErr AEDeleteKeyDesc(ref AERecord record, AEKeyword keyword);
Example #7
0
		public static extern OSErr AEPutKeyPtr (ref AERecord record, AEKeyword keyword, DescType typeCode,
			IntPtr dataPtr, Size dataSize);
Example #8
0
 public static extern OSErr SizeOfKeyDesc(ref AERecord record, AEKeyword keyword,
                                          ref DescType typeCode, out Size dataSize);
Example #9
0
 public static extern OSErr AEGetKeyDesc(ref AERecord record, AEKeyword keyword, DescType desiredType,
                                         out AEDesc result);
Example #10
0
 public static extern OSErr AEGetKeyPtr(ref AERecord record, AEKeyword keyword, DescType desiredType,
                                        ref DescType actualType, IntPtr dataPtr, Size maximumSize, out Size actualSize);
Example #11
0
 public static extern OSErr AEPutKeyDesc(ref AERecord record, AEKeyword keyword, ref AEDesc desc);
Example #12
0
 public static extern OSErr AEPutKeyPtr(ref AERecord record, AEKeyword keyword, DescType typeCode,
                                        IntPtr dataPtr, Size dataSize);