SYNCMGR_CANCEL_REQUEST enumeration (syncmgr.h)

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_NONE
Value: 0
No cancelation request has been made.
SYNCMGR_CR_CANCEL_ITEM
Value: 1
Stop the synchronization of the current item, but continue the synchronization of other items.
SYNCMGR_CR_CANCEL_ALL
Value: 2
Stop the synchronization entirely.
SYNCMGR_CR_MAX
The 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