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.

IEnumConnections::Skip method

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

Syntax


HRESULT Skip(
  [in] ULONG cConnections
);

Parameters

cConnections [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_IEnumConnections is defined as B196B287-BAB4-101A-B69C-00AA00341D07

See also

IEnumConnections

 

 

Show:
© 2017 Microsoft