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.

IEnumSTATDATA::Skip method

Skips over the specified number of items in the enumeration sequence.

Syntax


HRESULT Skip(
  [in] ULONG celt
);

Parameters

celt [in]

The number of items to be skipped.

Return value

If the method skips the number of items requested, the return value is S_OK. Otherwise, it is S_FALSE.

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

IID

IID_IEnumSTATDATA is defined as 00000105-0000-0000-C000-000000000046

See also

IEnumSTATDATA

 

 

Show:
© 2017 Microsoft