Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Indicates abilities and the conflict resolution activity to follow. Used with ISyncMgrResolutionHandler::QueryAbilities.
Syntax
typedef enum SYNCMGR_RESOLUTION_ABILITIES {
SYNCMGR_RA_KEEPOTHER = 0x1,
SYNCMGR_RA_KEEPRECENT = 0x2,
SYNCMGR_RA_REMOVEFROMSYNCSET = 0x4,
SYNCMGR_RA_KEEP_SINGLE = 0x8,
SYNCMGR_RA_KEEP_MULTIPLE = 0x10,
SYNCMGR_RA_VALID = 0x1f
} ;
Constants
SYNCMGR_RA_KEEPOTHERValue: 0x1 The resolution handler supports merging items and will produce a merged file to keep. |
SYNCMGR_RA_KEEPRECENTValue: 0x2 Enables methods ISyncMgrResolutionHandler::KeepRecent and ISyncMgrResolutionHandler::KeepOther to be called. |
SYNCMGR_RA_REMOVEFROMSYNCSETValue: 0x4 Enables method ISyncMgrResolutionHandler::RemoveFromSyncSet to be called. |
SYNCMGR_RA_KEEP_SINGLEValue: 0x8 Not used. |
SYNCMGR_RA_KEEP_MULTIPLEValue: 0x10 Enables method ISyncMgrResolutionHandler::KeepItems to be called with more than one item in pArray. |
SYNCMGR_RA_VALIDValue: 0x1f A mask for valid SYNCMGR_RESOLUTION_ABILITIES values. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | syncmgr.h |