IEnumSTATPROPSTG::Skip method

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

Syntax


HRESULT Skip(
   ULONG celt
);

Parameters

celt

The number of STATPROPSTG structures to skip.

Return value

This method supports the following return values:

S_OK

The specified number of STATPROPSTG structures successfully skipped.

S_FALSE

The number of STATPROPSTG structures skipped is less than the celt parameter.

Remarks

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

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Propidl.h

IDL

Propidl.idl

Library

Uuid.lib

DLL

Ole32.dll

IID

IID_IEnumSTATPROPSTG is defined as 00000139-0000-0000-C000-000000000046

 

 

Show: