Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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_CHOICEValue: 0 The user is skipping this conflict, or conflict resolution is being canceled. |
SYNCMGR_PC_KEEP_ONEThe user chooses to keep only one item. |
SYNCMGR_PC_KEEP_MULTIPLEThe user chooses to keep multiple items. |
SYNCMGR_PC_KEEP_RECENTThe user chooses to keep the most recent item. |
SYNCMGR_PC_REMOVE_FROM_SYNC_SETThe item is to be removed from the sync set. |
SYNCMGR_PC_SKIPThe 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 |