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_NONE Value: 0 Perform the operation not using any of the other flags in this enumeration. |
SYNCMGR_CF_NOWAIT Value: 0 Perform the operation asynchronously. |
SYNCMGR_CF_WAIT Value: 0x1 Perform the operation synchronously. |
SYNCMGR_CF_NOUI Value: 0x2 Perform the operation without asking the sync handler to display the UI during the operation. |
SYNCMGR_CF_VALID Value: 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 |