IAsynchronousNotifyingChangeApplierTarget::OnChangeApplierError

Called by Sync Framework when any IAsynchronousNotifyingChangeApplier method fails.

Note

This method is now obsolete.

Syntax

HRESULT OnChangeApplierError(
  HRESULT hrError);

Parameters

  • hrError
    [in] The error code that is returned by the IAsynchronousNotifyingChangeApplier method that failed.

Return Value

  • S_OK

  • Provider-determined error codes

See Also

Reference

IAsynchronousNotifyingChangeApplierTarget Interface