IEnumSTATSTG::Skip method

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:

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

Minimum supported client

Windows 2000 Professional [desktop apps | Windows Store apps]

Minimum supported server

Windows 2000 Server [desktop apps | Windows Store apps]

Header

Objidl.h

IDL

Objidl.idl

Library

Uuid.lib

DLL

Ole32.dll

IID

IID_IEnumSTATSTG is defined as 0000000D-0000-0000-C000-000000000046

 

 

Show: