IDebugHostSymbolEnumerator::GetNext method (dbgmodel.h)

Moves the iterator forward and fetches the next symbol in the set.

E_BOUNDS will be returned when the enumerator hits the end of the set.

Syntax

HRESULT GetNext(
  IDebugHostSymbol **symbol
);

Parameters

symbol

The next enumerated symbol will be returned here.

Return value

This method returns HRESULT that indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostSymbolEnumerator interface