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.
Represents the options for whether a local item delete is propagated to other replicas.
typedef enum
{
PFDM_NORMAL = 0,
PFDM_LOCAL_ONLY = 1,
} PROVIDER_FRAMEWORK_DELETE_MODE;
Members
- PFDM_NORMAL
The item is deleted from the local store, and the delete is propagated to other replicas.
- PFDM_LOCAL_ONLY
The item is deleted from the local store, but the delete is not propagated to other replicas.
Requirements
Header: FullEnumerationProvider.h