Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Clone method creates another enumerator that contains the same enumeration state as the current one.
HRESULT Clone(
[out] IEnumStream **ppEnum
);
[out] ppEnum
Pointer to new IEnumStream interface.
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
The ppEnum parameter is not a valid pointer. |
|
Insufficient memory exists to perform the operation. |
|
Failed for unknown reasons. |
TAPI calls the AddRef method on the IEnumStream interface returned by IEnumStream::Clone. The application must call Release on the IEnumStream interface to free resources associated with it.
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3if.h (include Tapi3.h) |
Events
Nov 19, 11 PM - Nov 21, 11 PM
Gain the competitive edge you need with powerful AI and Cloud solutions by attending Microsoft Ignite online.
Register now