public static extern OSErr AERemoveCoercionHandler (DescType fromType, DescType toType, AECoercePtrUPP handler, bool isSysHandler);
public static extern OSErr AERemoveCoercionHandler(DescType fromType, DescType toType, AECoercePtrUPP handler, bool isSysHandler);
public static extern OSErr AEInstallCoercionHandler (DescType fromType, DescType toType, AECoercePtrUPP handler, uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);
public static extern OSErr AEInstallCoercionHandler(DescType fromType, DescType toType, AECoercePtrUPP handler, uint handlerRefcon, bool fromTypeIsDesc, bool isSysHandler);