IEnumDebugExtendedPropertyInfo::Clone
Creates an enumerator that contains the same enumeration state as the current enumerator.
Syntax
HRESULT Clone (
IEnumDebugExtendedPropertyInfo** ppEnum
);
Parameters
ppEnum
[out] Returns the cloned IEnumDebugExtendedPropertyInfo
interface.
Return Value
Returns a valid HRESULT
, typically S_OK
.