DkmStackWalkFrame.GetInstructionSymbol Method

Definition

Return a DkmInstructionSymbol for a stack frame. If the stack frame has no instruction address (annotated frame) or the instruction address has no associated DkmModule, then GetInstructionSymbol will return null (S_FALSE in native code).

C++/CX
public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetInstructionSymbol();

Returns

[Out,Optional] DkmInstructionSymbol represents a method in the target process.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022