Exemple #1
0
		public static extern OSErr AERemoveCoercionHandler (DescType fromType, DescType toType, AECoerceDescUPP handler,
			bool isSysHandler);
Exemple #2
0
 public static extern OSErr AERemoveCoercionHandler(DescType fromType, DescType toType, AECoerceDescUPP handler,
                                                    bool isSysHandler);
Exemple #3
0
		public static extern OSErr AEInstallCoercionHandler (DescType fromType, DescType toType, AECoerceDescUPP handler,
			uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);
Exemple #4
0
 public static extern OSErr AEInstallCoercionHandler(DescType fromType, DescType toType, AECoerceDescUPP handler,
                                                     uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);