예제 #1
0
		public static extern OSErr AEDeleteParam (ref AppleEvent evt, AEKeyword keyword);
예제 #2
0
 public static extern OSErr AEPutParamDesc(ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
예제 #3
0
		public static extern OSErr AEPutParamDesc (ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
예제 #4
0
		public static extern OSStatus AEBuildAppleEvent (AEEventClass theClass, AEEventID theID, DescType addressType,
			IntPtr addressData, Size addressLength, AEReturnID returnID, AETransactionID transactionID,
			out AppleEvent result, out AEBuildError error, string paramsFmt, __arglist);
예제 #5
0
		public static extern OSStatus AEDecodeMessage (IntPtr /* ref mach_msg_header_t */  header, ref AppleEvent evt,
			out AppleEvent reply);
예제 #6
0
		public static extern OSErr SizeOfAttribute (ref AppleEvent evt, AEKeyword keyword,
			out DescType typeCode, out Size dataSize);
예제 #7
0
		public static extern OSErr AEPutAttributeDesc (ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
예제 #8
0
 public static extern OSErr AEPutAttributeDesc(ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
예제 #9
0
 AEBuildParameters(ref AppleEvent evt, out AEBuildError error, string format, __arglist);
예제 #10
0
 public static extern OSErr SizeOfAttribute(ref AppleEvent evt, AEKeyword keyword,
                                            out DescType typeCode, out Size dataSize);
예제 #11
0
 public static extern OSErr AEPutAttributePtr(ref AppleEvent evt, AEKeyword keyword, DescType typeCode,
                                              IntPtr dataPtr, Size dataSize);
예제 #12
0
 public static extern OSErr AEGetAttributeDesc(ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
                                               out AEDesc result);
예제 #13
0
 public static extern OSErr AEGetAttributePtr(ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
                                              out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
예제 #14
0
 public static extern OSErr AEDeleteParam(ref AppleEvent evt, AEKeyword keyword);
예제 #15
0
		public static extern OSErr AEGetAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
			out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
예제 #16
0
 public static extern OSStatus AEBuildAppleEvent(AEEventClass theClass, AEEventID theID, DescType addressType,
                                                 IntPtr addressData, Size addressLength, AEReturnID returnID, AETransactionID transactionID,
                                                 out AppleEvent result, out AEBuildError error, string paramsFmt, __arglist);
예제 #17
0
		public static extern OSErr AEGetAttributeDesc (ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
			out AEDesc result);
예제 #18
0
 public static extern AEStreamRef AEStreamOpenEvent(ref AppleEvent evt);
예제 #19
0
		public static extern OSErr AEPutAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType typeCode,
			IntPtr dataPtr, Size dataSize);
예제 #20
0
 public static extern OSStatus AEDecodeMessage(IntPtr /* ref mach_msg_header_t */ header, ref AppleEvent evt,
                                               out AppleEvent reply);
예제 #21
0
		AEBuildParameters (ref AppleEvent evt, out AEBuildError error, string format, __arglist);
예제 #22
0
 public static extern OSStatus AESendMessage(ref AppleEvent evnt, out AppleEvent reply, AESendMode sendMode,
                                             Size timeOutInTicks);
예제 #23
0
		public static extern AEStreamRef AEStreamOpenEvent (ref AppleEvent evt);
예제 #24
0
		public static extern OSErr AECreateAppleEvent (AEEventClass eventClass, AEEventID eventID, ref AEAddressDesc target,
			AEReturnID returnID, AETransactionID transactionID, out AppleEvent result);
예제 #25
0
		public static extern OSStatus AESendMessage (ref AppleEvent evnt, out AppleEvent reply, AESendMode sendMode, 
			Size timeOutInTicks);
예제 #26
0
 public static extern OSErr AECreateAppleEvent(AEEventClass eventClass, AEEventID eventID, ref AEAddressDesc target,
                                               AEReturnID returnID, AETransactionID transactionID, out AppleEvent result);