IEnumSTATSTG::Skip method (objidl.h)

The Skip method skips a specified number of STATSTG structures in the enumeration sequence.

Syntax

HRESULT Skip(
  ULONG celt
);

Parameters

celt

The number of STATSTG structures to skip.

Return value

This method supports the following return values:

Return code Description
S_OK The specified number of STATSTG structures that were successfully skipped.
S_FALSE The number of STATSTG structures skipped is less than the celt parameter.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidl.h
Library Uuid.lib
DLL Ole32.dll