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.
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
.