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.
Specifies how an operation requested on certain methods of ISyncMgrControl should be performed.
Syntax
typedef enum SYNCMGR_CONTROL_FLAGS {
SYNCMGR_CF_NONE = 0,
SYNCMGR_CF_NOWAIT = 0,
SYNCMGR_CF_WAIT = 0x1,
SYNCMGR_CF_NOUI = 0x2,
SYNCMGR_CF_VALID = 0x3
} ;
Constants
SYNCMGR_CF_NONEValue: 0 Perform the operation not using any of the other flags in this enumeration. |
SYNCMGR_CF_NOWAITValue: 0 Perform the operation asynchronously. |
SYNCMGR_CF_WAITValue: 0x1 Perform the operation synchronously. |
SYNCMGR_CF_NOUIValue: 0x2 Perform the operation without asking the sync handler to display the UI during the operation. |
SYNCMGR_CF_VALIDValue: 0x3 A mask used to determine valid SYNCMGR_CONTROL_FLAGS flags. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | syncmgr.h |