Beispiel #1
0
		public static extern AEStreamRef AEStreamCreateEvent (AEEventClass clazz, AEEventID id, DescType targetType,
			IntPtr targetData, Size targetLength, AEReturnID returnID, AETransactionID transactionID);
Beispiel #2
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);
Beispiel #3
0
		public static extern OSErr AECreateAppleEvent (AEEventClass eventClass, AEEventID eventID, ref AEAddressDesc target,
			AEReturnID returnID, AETransactionID transactionID, out AppleEvent result);
Beispiel #4
0
 public static extern AEStreamRef AEStreamCreateEvent(AEEventClass clazz, AEEventID id, DescType targetType,
                                                      IntPtr targetData, Size targetLength, AEReturnID returnID, AETransactionID transactionID);
Beispiel #5
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);
Beispiel #6
0
 public static extern OSErr AECreateAppleEvent(AEEventClass eventClass, AEEventID eventID, ref AEAddressDesc target,
                                               AEReturnID returnID, AETransactionID transactionID, out AppleEvent result);