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);

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.

Show: