IEnumSyncMgrConflict interface (syncmgr.h)

Exposes conflict enumeration methods.

Inheritance

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

Methods

The IEnumSyncMgrConflict interface has these methods.

 
IEnumSyncMgrConflict::Clone

Not used. Clones an IEnumSyncMgrConflict object.
IEnumSyncMgrConflict::Next

Gets the next batch of conflicts from the conflicts store.
IEnumSyncMgrConflict::Reset

Resets the current position in the enumeration to zero.
IEnumSyncMgrConflict::Skip

Skips forward the specified number of conflicts in the enumeration.

Remarks

A conflict store returns a pointer to an IEnumSyncMgrConflict interface from ISyncMgrConflictStore::EnumConflicts.

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