IDebugHostSymbolEnumerator interface (dbgmodel.h)

An enumerator which runs through children of a symbol.

Inheritance

IDebugHostSymbolEnumerator inherits from IUnknown.

Methods

The IDebugHostSymbolEnumerator interface has these methods.

 
IDebugHostSymbolEnumerator::AddRef

The IDebugHostSymbolEnumerator::AddRef method increments the reference count for an interface on an object.
IDebugHostSymbolEnumerator::GetNext

Moves the iterator forward and fetches the next symbol in the set.
IDebugHostSymbolEnumerator::QueryInterface

The IDebugHostSymbolEnumerator::QueryInterface method retrieves pointers to the supported interfaces on an object.
IDebugHostSymbolEnumerator::Release

The IDebugHostSymbolEnumerator::Release method decrements the reference count for an interface on an object.
IDebugHostSymbolEnumerator::Reset

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

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview