SYNC_PROVIDER_ROLE Enumeration

Represents the role of a provider, relative to the other provider in the synchronization session.


typedef enum
{
  SPR_SOURCE,
  SPR_DESTINATION
} SYNC_PROVIDER_ROLE;

SPR_SOURCE

The provider is the source provider.

SPR_DESTINATION

The provider is the destination provider.

Changes flow from the source provider to the destination provider in a synchronization session.

Header: Synchronization.h

Show: