IEnumSTATPROPSETSTG::Skip method

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:

S_OK

The specified number of STATPROPSETSTG structures were successfully skipped.

S_FALSE

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

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

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_IEnumSTATPROPSETSTG is defined as 0000013B-0000-0000-C000-000000000046

 

 

Show: