Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |