SYNCMGR_RESOLUTION_ABILITIES enumeration
Indicates abilities and the conflict resolution activity to follow. Used with ISyncMgrResolutionHandler::QueryAbilities.
Syntax
typedef enum { SYNCMGR_RA_KEEPOTHER = 0x00000001, SYNCMGR_RA_KEEPRECENT = 0x00000002, SYNCMGR_RA_REMOVEFROMSYNCSET = 0x00000004, SYNCMGR_RA_KEEP_SINGLE = 0x00000008, SYNCMGR_RA_KEEP_MULTIPLE = 0x00000010, SYNCMGR_RA_VALID = 0x0000001f } SYNCMGR_RESOLUTION_ABILITIES;
Constants
- SYNCMGR_RA_KEEPOTHER
-
The resolution handler supports merging items and will produce a merged file to keep.
- SYNCMGR_RA_KEEPRECENT
-
Enables methods ISyncMgrResolutionHandler::KeepRecent and ISyncMgrResolutionHandler::KeepOther to be called.
- SYNCMGR_RA_REMOVEFROMSYNCSET
-
Enables method ISyncMgrResolutionHandler::RemoveFromSyncSet to be called.
- SYNCMGR_RA_KEEP_SINGLE
-
Not used.
- SYNCMGR_RA_KEEP_MULTIPLE
-
Enables method ISyncMgrResolutionHandler::KeepItems to be called with more than one item in pArray.
- SYNCMGR_RA_VALID
-
A mask for valid SYNCMGR_RESOLUTION_ABILITIES values.
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