SYNC_PROVIDER_ROLE Enumeration
Represents the role of a provider, relative to the other provider in the synchronization session.
Syntax
typedef enum
{
SPR_SOURCE,
SPR_DESTINATION
} SYNC_PROVIDER_ROLE;
Members
SPR_SOURCE
The provider is the source provider.SPR_DESTINATION
The provider is the destination provider.
Remarks
Changes flow from the source provider to the destination provider in a synchronization session.
Requirements
Header: Synchronization.h