IEnumSyncMgrConflict interface

Exposes conflict enumeration methods.

Members

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

Methods

The IEnumSyncMgrConflict interface has these methods.

MethodDescription
Clone

Not used. Clones an IEnumSyncMgrConflict object.

Next

Gets the next batch of conflicts from the conflicts store.

Reset

Resets the current position in the enumeration to zero.

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

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Syncmgr.h

IDL

Syncmgr.idl

 

 

Show: