Exemplo n.º 1
0
		public static extern OSErr AEDeleteParam (ref AppleEvent evt, AEKeyword keyword);
Exemplo n.º 2
0
		public static extern OSErr AEGetKeyDesc (ref AERecord record, AEKeyword keyword, DescType desiredType,
			out AEDesc result);
Exemplo n.º 3
0
		public static extern OSErr AEDeleteKeyDesc (ref AERecord record, AEKeyword keyword);
Exemplo n.º 4
0
		public static extern OSErr AEGetNthDesc (ref AEDescList descList, Index index, DescType desiredType,
			ref AEKeyword keyword, out AEDesc result);
Exemplo n.º 5
0
		public static extern OSErr AEPutKeyDesc (ref AERecord record, AEKeyword keyword, ref AEDesc desc);
Exemplo n.º 6
0
		public static extern OSErr AEGetSpecialHandler (AEKeyword functionClass, out AEEventHandlerUPP handler,
			Boolean isSysHandler);
Exemplo n.º 7
0
		public static extern OSStatus AEStreamWriteKey (AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 8
0
 public static extern OSErr AEDeleteKeyDesc(ref AERecord record, AEKeyword keyword);
Exemplo n.º 9
0
 public static extern OSErr AEPutParamDesc(ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
Exemplo n.º 10
0
 public static extern OSErr AEGetKeyDesc(ref AERecord record, AEKeyword keyword, DescType desiredType,
                                         out AEDesc result);
Exemplo n.º 11
0
 public static extern OSErr SizeOfKeyDesc(ref AERecord record, AEKeyword keyword,
                                          ref DescType typeCode, out Size dataSize);
Exemplo n.º 12
0
 public static extern OSErr AEGetKeyPtr(ref AERecord record, AEKeyword keyword, DescType desiredType,
                                        ref DescType actualType, IntPtr dataPtr, Size maximumSize, out Size actualSize);
Exemplo n.º 13
0
 public static extern OSErr AEPutKeyDesc(ref AERecord record, AEKeyword keyword, ref AEDesc desc);
Exemplo n.º 14
0
 public static extern OSErr AEPutKeyPtr(ref AERecord record, AEKeyword keyword, DescType typeCode,
                                        IntPtr dataPtr, Size dataSize);
Exemplo n.º 15
0
		public static extern OSErr AEGetAttributeDesc (ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
			out AEDesc result);
Exemplo n.º 16
0
 public static extern OSErr AEDeleteParam(ref AppleEvent evt, AEKeyword keyword);
Exemplo n.º 17
0
		public static extern OSErr AEPutAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType typeCode,
			IntPtr dataPtr, Size dataSize);
Exemplo n.º 18
0
 public static extern OSErr AEGetAttributePtr(ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
                                              out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
Exemplo n.º 19
0
		public static extern OSStatus AEStreamWriteKeyDesc (AEStreamRef streamRef, AEKeyword key, DescType newType,
			IntPtr data, Size length);
Exemplo n.º 20
0
 public static extern OSErr AEGetAttributeDesc(ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
                                               out AEDesc result);
Exemplo n.º 21
0
 public static extern OSErr AEGetNthDesc(ref AEDescList descList, Index index, DescType desiredType,
                                         ref AEKeyword keyword, out AEDesc result);
Exemplo n.º 22
0
 public static extern OSErr SizeOfAttribute(ref AppleEvent evt, AEKeyword keyword,
                                            out DescType typeCode, out Size dataSize);
Exemplo n.º 23
0
		public static extern OSErr AEPutKeyPtr (ref AERecord record, AEKeyword keyword, DescType typeCode,
			IntPtr dataPtr, Size dataSize);
Exemplo n.º 24
0
 public static extern OSErr AEPutAttributePtr(ref AppleEvent evt, AEKeyword keyword, DescType typeCode,
                                              IntPtr dataPtr, Size dataSize);
Exemplo n.º 25
0
		public static extern OSErr AEGetKeyPtr (ref AERecord record, AEKeyword keyword, DescType desiredType,
			ref DescType actualType, IntPtr dataPtr, Size maximumSize, out Size actualSize);
Exemplo n.º 26
0
 public static extern OSErr AEPutAttributeDesc(ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
Exemplo n.º 27
0
		public static extern OSErr SizeOfKeyDesc (ref AERecord record, AEKeyword keyword,
			ref DescType typeCode, out Size dataSize);
Exemplo n.º 28
0
 public static extern OSErr AEGetSpecialHandler(AEKeyword functionClass, out AEEventHandlerUPP handler,
                                                Boolean isSysHandler);
Exemplo n.º 29
0
		public static extern OSErr AEPutParamDesc (ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
Exemplo n.º 30
0
 public static extern OSErr AEManagerInfo(AEKeyword keyWord, out IntPtr /* long */ result);
Exemplo n.º 31
0
		public static extern OSErr AEGetAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
			out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
Exemplo n.º 32
0
 public static extern OSStatus AEStreamWriteKeyDesc(AEStreamRef streamRef, AEKeyword key, DescType newType,
                                                    IntPtr data, Size length);
Exemplo n.º 33
0
		public static extern OSErr SizeOfAttribute (ref AppleEvent evt, AEKeyword keyword,
			out DescType typeCode, out Size dataSize);
Exemplo n.º 34
0
 public static extern OSStatus AEStreamOpenKeyDesc(AEStreamRef streamRef, AEKeyword key, DescType newType);
Exemplo n.º 35
0
		public static extern OSErr AEPutAttributeDesc (ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
Exemplo n.º 36
0
 public static extern OSStatus AEStreamWriteKey(AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 37
0
		public static extern OSErr AEManagerInfo (AEKeyword keyWord, out IntPtr /* long */ result);
Exemplo n.º 38
0
 public static extern OSStatus AEStreamOptionalParam(AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 39
0
		public static extern OSStatus AEStreamOpenKeyDesc (AEStreamRef streamRef, AEKeyword key, DescType newType);
Exemplo n.º 40
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);
Exemplo n.º 41
0
		public static extern OSStatus AEStreamOptionalParam (AEStreamRef streamRef, AEKeyword key);
Exemplo n.º 42
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);