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.
Describes a request by the user to cancel a synchronization.
Syntax
typedef enum SYNCMGR_CANCEL_REQUEST {
SYNCMGR_CR_NONE = 0,
SYNCMGR_CR_CANCEL_ITEM = 1,
SYNCMGR_CR_CANCEL_ALL = 2,
SYNCMGR_CR_MAX
} ;
Constants
SYNCMGR_CR_NONEValue: 0 No cancelation request has been made. |
SYNCMGR_CR_CANCEL_ITEMValue: 1 Stop the synchronization of the current item, but continue the synchronization of other items. |
SYNCMGR_CR_CANCEL_ALLValue: 2 Stop the synchronization entirely. |
SYNCMGR_CR_MAXThe maximum valid SYNCMGR_CANCEL_REQUEST value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | syncmgr.h |