Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IEnumSTATPROPSETSTG::Skip method (propidl.h)

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

Syntax

HRESULT Skip(
 ULONG celt
);

Parameters

celt

The number of STATPROPSETSTG structures to skip.

Return value

This method supports the following return values:

Remarks

A positive value for the celt parameter skips forward in the STATPROPSETSTG structure enumeration. A negative value for the celt parameter skips backward in the STATPROPSETSTG structure enumeration.

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 propidl.h (include Propidl.h)
Library Uuid.lib
DLL Ole32.dll

Feedback

Was this page helpful?

Additional resources