This topic has not yet been rated - Rate this topic

SYNC_PROGRESS_STAGE enumeration

Represents the stages of a synchronization session.

Syntax


typedef enum  { 
  SPS_CHANGE_DETECTION,
  SPS_CHANGE_ENUMERATION,
  SPS_CHANGE_APPLICATION
} SYNC_PROGRESS_STAGE;

Constants

SPS_CHANGE_DETECTION

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

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

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.