Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method creates another connection point enumerator with the same state as the current enumerator. IEnumConnections::Clone makes it possible to record a point in the enumeration sequence 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