IEnumSyncMgrEvents interface

Exposes sync event enumeration methods.

Members

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

Methods

The IEnumSyncMgrEvents interface has these methods.

MethodDescription
Clone

Clones an IEnumSyncMgrEvents object.

Next

Gets the next batch of events from the event store.

Reset

Resets the current location in the enumeration to zero.

Skip

Skips forward the specified number of events in the enumeration.

 

Remarks

An event store returns a pointer to an IEnumSyncMgrEvents interface from ISyncMgrEventStore::GetEventEnumerator.

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: