IEnumConnections::Clone method
Creates a new enumerator that contains the same enumeration state as the current one.
This method 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.
Syntax
HRESULT Clone( [out] IEnumConnections **ppEnum );
Parameters
- ppEnum [out]
-
A pointer to the cloned enumerator object.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and S_OK.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IEnumConnections is defined as B196B287-BAB4-101A-B69C-00AA00341D07 |
See also
Show: