SYNCMGR_CANCEL_REQUEST enumeration
Describes a request by the user to cancel a synchronization.
Syntax
typedef enum SYNCMGR_CANCEL_REQUEST { SYNCMGR_CR_NONE = 0x0000, SYNCMGR_CR_CANCEL_ITEM = 0x0001, SYNCMGR_CR_CANCEL_ALL = 0x0002, SYNCMGR_CR_MAX = SYNCMGR_CR_CANCEL_ALL } SYNCMGR_CANCEL_REQUEST;
Constants
- SYNCMGR_CR_NONE
-
No cancelation request has been made.
- SYNCMGR_CR_CANCEL_ITEM
-
Stop the synchronization of the current item, but continue the synchronization of other items.
- SYNCMGR_CR_CANCEL_ALL
-
Stop the synchronization entirely.
- SYNCMGR_CR_MAX
-
The maximum valid SYNCMGR_CANCEL_REQUEST value.
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