IEnumFeedClockVector Interface

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

Syntax

interface IEnumFeedClockVector : IUnknown

Members

IEnumFeedClockVector methods

Description

IEnumFeedClockVector::Next

Returns the next elements in the clock vector, if available.

IEnumFeedClockVector::Skip

Skips the specified number of clock vector elements.

IEnumFeedClockVector::Reset

Resets the enumerator to the beginning of the clock vector.

IEnumFeedClockVector::Clone

Clones the enumerator and returns a new enumerator that is in the same state as the current one.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Web Synchronization Components