Share via


IEnumConnectionPoints::Skip (Windows CE 5.0)

Send Feedback

This method instructs the enumerator to skip the next cConnections elements in the enumeration so that the next call to IEnumConnectionPoints::Next will not return those elements.

HRESULTSkip(ULONGcConnections);

Parameters

  • cConnections
    [in] Number of elements to skip.

Return Values

S_OK if the number of elements skipped is cConnections; otherwise, S_FALSE.

Remarks

To determine whether the platform supports this interface, see Determining Supported COM APIs.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Ocidl.h, Ocidl.idl.
Link Library: Ole32.lib, Uuid.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.