IRawEnumerator::Reset method (dbgmodel.h)

Resets the enumerator to its initial state. A subsequent GetNext call will return the first raw element (native field, base class, etc...) in enumerator order.

Syntax

HRESULT Reset();

Return value

This method returns HRESULT.

Requirements

Requirement Value
Header dbgmodel.h

See also

IRawEnumerator interface