IDebugHostSymbolEnumerator::Reset method (dbgmodel.h)

Resets the enumerator to its initial state. A subsequent GetNext call will return the first symbol in the set in enumerator order.

Syntax

HRESULT Reset();

Return value

This method returns HRESULT that indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostSymbolEnumerator interface