Share via


IEnumConnectionPoints::Clone (Windows CE 5.0)

Send Feedback

This method creates another connection point enumerator with the same state as the current enumerator.

IEnumConnectionPoints::Clone makes it possible to record a point in the enumeration sequence in order to return to that point at a later time.

The caller must release this new enumerator separately from the first enumerator.

HRESULT Clone(IEnumConnectionPoints** ppEnum);

Parameters

  • ppEnum
    [out] Address of output variable that receives the IEnumConnectionPoints interface pointer.

Return Values

This method supports the standard return values E_INVALIDARG, E_OUTOFMEMORY, and E_UNEXPECTED.

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.