SYNC_PROGRESS_STAGE enumeration (winsync.h)

Represents the stages of a synchronization session.

Syntax

typedef enum __MIDL___MIDL_itf_winsync_0000_0000_0003 {
  SPS_CHANGE_DETECTION = 0,
  SPS_CHANGE_ENUMERATION,
  SPS_CHANGE_APPLICATION
} SYNC_PROGRESS_STAGE;

Constants

 
SPS_CHANGE_DETECTION
Value: 0
Changes are being detected on the source replica.
SPS_CHANGE_ENUMERATION
Changes from the source replica are being enumerated.
SPS_CHANGE_APPLICATION
Changes are being applied to the destination replica.

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