Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called before IAnchorChangeDetectionCallback::ReportItemsAndAutodetectDeletes 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