IFullEnumerationCallback::SetLocalDeleteMode

Called before IFullEnumerationCallback::ReportItems is called on the provider to specify whether a delete is a normal delete that is propagated to other replicas, or a local-only delete.

HRESULT SetLocalDeleteMode(
  PROVIDER_FRAMEWORK_DELETE_MODE pfdmDeleteMode);

Parameters

  • pfdmDeleteMode
    [in] A PROVIDER_FRAMEWORK_DELETE_MODE enumeration value that specifies whether a delete is a normal delete that is propagated to other replicas, or a local-only delete.

Return Value

  • S_OK

See Also

Reference

IFullEnumerationCallback Interface