ISyncMgrResolutionHandler interface
Exposes methods that manage synchronizing conflicts. Implement this interface to construct a sync conflict handler. The conflict resolution user interface (UI) will call this interface to resolve the conflict presented to the user.
Members
The ISyncMgrResolutionHandler interface inherits from the IUnknown interface. ISyncMgrResolutionHandler also has these types of members:
Methods
The ISyncMgrResolutionHandler interface has these methods.
| Method | Description |
|---|---|
| KeepItems |
Keeps the Shell items that are passed in. |
| KeepOther |
Replaces the versions in conflict with a different Shell item that is usually a merged version of the originals. |
| KeepRecent |
Keeps the more recent copy. |
| QueryAbilities |
Determines what options the conflict presenter will display. |
| RemoveFromSyncSet |
Deletes the conflict and removes the IShellItem from synchronization. |
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|