SYNC_PROVIDER_ROLE enumeration (winsync.h)

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

Syntax

typedef enum __MIDL___MIDL_itf_winsync_0000_0000_0001 {
  SPR_SOURCE = 0,
  SPR_DESTINATION
} SYNC_PROVIDER_ROLE;

Constants

 
SPR_SOURCE
Value: 0
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

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header winsync.h

See also

Windows Sync Enumerations