ISyncMgrConflictResolveInfo interface (syncmgr.h)

Exposes methods that get and set information about sync manager conflict resolution.

Inheritance

The ISyncMgrConflictResolveInfo interface inherits from the IUnknown interface. ISyncMgrConflictResolveInfo also has these types of members:

Methods

The ISyncMgrConflictResolveInfo interface has these methods.

 
ISyncMgrConflictResolveInfo::GetItemChoice

Gets the index of an item that the user wants to keep.
ISyncMgrConflictResolveInfo::GetItemChoiceCount

Gets the number of items that the user wants to keep.
ISyncMgrConflictResolveInfo::GetIterationInfo

Gets information about which conflict in a set of conflicts is being resolved.
ISyncMgrConflictResolveInfo::GetPresenterChoice

Gets what kind of choice was made and whether to apply the choice to all subsequent conflicts in the set.
ISyncMgrConflictResolveInfo::GetPresenterNextStep

Gets what the presenter wants to do as the next step in the sync manager conflict resolution.
ISyncMgrConflictResolveInfo::SetItemChoices

Sets the array of indexes that represents which items the user wants to keep. This method is used when the user chooses to apply the same operation to all selected conflicts of the same type from the same handler.
ISyncMgrConflictResolveInfo::SetPresenterChoice

Sets what kind of choice was made about a sync manager conflict resolution and whether to apply the choice to all subsequent conflicts in the set.
ISyncMgrConflictResolveInfo::SetPresenterNextStep

Sets what the presenter wants to do as the next step in the sync manager conflict resolution.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header syncmgr.h