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