IEnumClockVector interface (winsync.h)

Enumerates the clock vector elements that are stored in a clock vector.

Inheritance

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

Methods

The IEnumClockVector interface has these methods.

 
IEnumClockVector::Clone

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

Returns the next elements in the clock vector, if they are available.
IEnumClockVector::Reset

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

Skips the specified number of clock vector elements. (IEnumClockVector.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