IEnumSyncProviderConfigUIInfos::Skip method (syncregistration.h)

Skips the specified number of ISyncProviderConfigUIInfo objects.

Syntax

HRESULT Skip(
  [in] ULONG cFactories
);

Parameters

[in] cFactories

The number of ISyncProviderConfigUIInfo objects to skip.

Return value

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
S_FALSE
The end of the collection was reached before the specified number of items was skipped.

Remarks

If the end of the collection is reached before the number of items to skip is reached, S_FALSE will be returned, and the enumerator will be placed at the end of the collection and subsequent calls to Skip or Next with a count of 1 will return S_FALSE.

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 syncregistration.h

See also

IEnumSyncProviderConfigUIInfos Interface