IEnumProgressItems::Skip method (imapi2fs.h)

Skips a specified number of items in the enumeration sequence.

Syntax

HRESULT Skip(
  [in] ULONG celt
);

Parameters

[in] celt

Number of items to skip.

Return value

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

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

Remarks

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.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2fs.h

See also

IEnumProgressItems