Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DETECTIONValue: 0 Changes are being detected on the source replica. |
SPS_CHANGE_ENUMERATIONChanges from the source replica are being enumerated. |
SPS_CHANGE_APPLICATIONChanges 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 |