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