SYNCMGR_PRESENTER_CHOICE enumeration (syncmgr.h)
Describes what choice a user makes about a sync manager conflict resolution. Used by ISyncMgrConflictPresenter.
Syntax
typedef enum SYNCMGR_PRESENTER_CHOICE {
SYNCMGR_PC_NO_CHOICE = 0,
SYNCMGR_PC_KEEP_ONE,
SYNCMGR_PC_KEEP_MULTIPLE,
SYNCMGR_PC_KEEP_RECENT,
SYNCMGR_PC_REMOVE_FROM_SYNC_SET,
SYNCMGR_PC_SKIP
} ;
Constants
SYNCMGR_PC_NO_CHOICE Value: 0 The user is skipping this conflict, or conflict resolution is being canceled. |
SYNCMGR_PC_KEEP_ONE The user chooses to keep only one item. |
SYNCMGR_PC_KEEP_MULTIPLE The user chooses to keep multiple items. |
SYNCMGR_PC_KEEP_RECENT The user chooses to keep the most recent item. |
SYNCMGR_PC_REMOVE_FROM_SYNC_SET The item is to be removed from the sync set. |
SYNCMGR_PC_SKIP The item is not being resolved now but is instead being skipped so that it can be resolved later. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | syncmgr.h |