SYNCMGR_SYNC_CONTROL_FLAGS enumeration
Indicates flags used by ISyncMgrControl::StartHandlerSync and ISyncMgrControl::StartItemSync.
Syntax
typedef enum SYNCMGR_SYNC_CONTROL_FLAGS { SYNCMGR_SCF_NONE = 0x00000000, SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING = 0x00000001, SYNCMGR_SCF_VALID = 0x00000001 } SYNCMGR_SYNC_CONTROL_FLAGS;
Constants
- SYNCMGR_SCF_NONE
-
Sync all items, regardless of whether they were just synced.
- SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING
-
Sync only items that are not currently syncing.
- SYNCMGR_SCF_VALID
-
A mask used to retrieve or verify valid SYNCMGR_SYNC_CONTROL_FLAGS flags.
Remarks
Typically, sync requests are queued if a synchronization is currently in progress. An item might be in both the ongoing synchronization and the queued synchronization. These flags specify whether such an item should be resynched when the queued synchronization is performed.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012