IEnumSyncMgrEvents interface (syncmgr.h)
Exposes sync event enumeration methods.
Inheritance
The IEnumSyncMgrEvents interface inherits from the IUnknown interface. IEnumSyncMgrEvents also has these types of members:
Methods
The IEnumSyncMgrEvents interface has these methods.
IEnumSyncMgrEvents::Clone Clones an IEnumSyncMgrEvents object. |
IEnumSyncMgrEvents::Next Gets the next batch of events from the event store. |
IEnumSyncMgrEvents::Reset Resets the current location in the enumeration to zero. |
IEnumSyncMgrEvents::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
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 |