IAsynchronousNotifyingChangeApplierTarget::OnChangeApplierError

Called by Sync Framework when any IAsynchronousNotifyingChangeApplier method fails.

NoteNote

This method is now obsolete.


HRESULT OnChangeApplierError(
  HRESULT hrError);

hrError

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

  • S_OK

  • Provider-determined error codes

Show: