Example #1
0
		public static extern OSErr AEGetSpecialHandler (AEKeyword functionClass, out AEEventHandlerUPP handler,
			Boolean isSysHandler);
Example #2
0
		public static extern OSErr AERemoveEventHandler (AEEventClass eventClass, AEEventID eventID,
			AEEventHandlerUPP handler, bool isSysHandler);
Example #3
0
		public static extern OSErr AEGetEventHandler (AEEventClass eventClass, AEEventID eventID,
			out AEEventHandlerUPP handler, out uint handlerRefcon, Boolean isSysHandler);
Example #4
0
		public static extern OSErr AEInstallEventHandler (AEEventClass eventClass, AEEventID eventID,
			AEEventHandlerUPP handler, uint handlerRefcon, bool isSysHandler);
Example #5
0
 public static extern OSErr AEGetSpecialHandler(AEKeyword functionClass, out AEEventHandlerUPP handler,
                                                Boolean isSysHandler);
Example #6
0
 public static extern OSErr AEGetEventHandler(AEEventClass eventClass, AEEventID eventID,
                                              out AEEventHandlerUPP handler, out uint handlerRefcon, Boolean isSysHandler);
Example #7
0
 public static extern OSErr AERemoveEventHandler(AEEventClass eventClass, AEEventID eventID,
                                                 AEEventHandlerUPP handler, bool isSysHandler);
Example #8
0
 public static extern OSErr AEInstallEventHandler(AEEventClass eventClass, AEEventID eventID,
                                                  AEEventHandlerUPP handler, uint handlerRefcon, bool isSysHandler);