Esempio n. 1
0
		public static extern OSErr AERemoveCoercionHandler (DescType fromType, DescType toType, AECoercePtrUPP handler,
			bool isSysHandler);
Esempio n. 2
0
 public static extern OSErr AERemoveCoercionHandler(DescType fromType, DescType toType, AECoercePtrUPP handler,
                                                    bool isSysHandler);
Esempio n. 3
0
		public static extern OSErr AEInstallCoercionHandler (DescType fromType, DescType toType, AECoercePtrUPP handler,
			uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);
Esempio n. 4
0
 public static extern OSErr AEInstallCoercionHandler(DescType fromType, DescType toType, AECoercePtrUPP handler,
                                                     uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);