DkmStackWalkFrame.SetNextStatement(DkmInstructionAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SetNextStatement moves the IP of a stack frame. The stack frame is always the leaf stack frame on a particular thread.
public:
void SetNextStatement(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ NewStatement);
public:
void SetNextStatement(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ NewStatement);
void SetNextStatement(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & NewStatement);
public void SetNextStatement (Microsoft.VisualStudio.Debugger.DkmInstructionAddress NewStatement);
member this.SetNextStatement : Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> unit
Public Sub SetNextStatement (NewStatement As DkmInstructionAddress)
Parameters
- NewStatement
- DkmInstructionAddress
[In] Abstract representation of an executable code location (ex: EIP value). If resolved, an Instruction Address will be within a particular module instance. An Instruction Address is always within a particular Runtime Instance.