IEnumFeedClockVector interface (winsync.h)

Enumerates the clock vector elements that are stored in a clock vector that contains FeedSync information.

Inheritance

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

Methods

The IEnumFeedClockVector interface has these methods.

 
IEnumFeedClockVector::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one. (IEnumFeedClockVector.Clone)
IEnumFeedClockVector::Next

Returns the next elements in the clock vector, if available.
IEnumFeedClockVector::Reset

Resets the enumerator to the beginning of the clock vector. (IEnumFeedClockVector.Reset)
IEnumFeedClockVector::Skip

Skips the specified number of clock vector elements. (IEnumFeedClockVector.Skip)

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

Windows Sync Interfaces