Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft