Creates an enumerator that contains the same enumeration state as the current enumerator.

HRESULT Clone (
   IEnumDebugPropertyInfo** ppEnum
);

Parameters

ppEnum

[out] Returns the cloned IEnumDebugPropertyInfo interface.

Expand imageReturn Value

Expand imageSee Also