IEnumBackgroundCopyFiles::Skip method

Skips the next specified number of elements in the enumeration sequence. If there are fewer elements left in the sequence than the requested number of elements to skip, it skips past the last element in the sequence.

Syntax

HRESULT Skip(
  [in] ULONG celt
);

Parameters

celt [in]

Number of elements to skip.

Return value

This method returns the following HRESULT values, as well as others.

Return code Description
S_OK
Successfully skipped the number of requested elements.
S_FALSE
Skipped less than the number of requested elements.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1709 [desktop apps only]
Minimum supported server
Windows Server, version 1709 [desktop apps only]
Header
Deliveryoptimization.h
IDL
DeliveryOptimization.idl
Library
Dosvc.lib
DLL
Dosvc.dll
IID
IID_IEnumBackgroundCopyFiles is defined as CA51E165-C365-424C-8D41-24AAA4FF3C40

See also

IEnumBackgroundCopyFiles