DkmMonitorStackWalkContext.UpdatePosition(DkmFrameRegisters, UInt32) Method

Definition

UpdatePosition is invoked by the stack merger after another walker has walked one or more frames, and so this walker must be updated before invoking WalkNextFrame. Runtimes that maintain their own internal stack range state within in the target process will likely have nothing to do within this method.

Location constraint: API must be called from a Monitor component (component level < 100,000).

public:
 void UpdatePosition(Microsoft::VisualStudio::Debugger::CallStack::DkmFrameRegisters ^ Registers, System::UInt32 StackRangeSize);
public:
 void UpdatePosition(Microsoft::VisualStudio::Debugger::CallStack::DkmFrameRegisters ^ Registers, unsigned int StackRangeSize);
void UpdatePosition(Microsoft::VisualStudio::Debugger::CallStack::DkmFrameRegisters const & Registers, unsigned int StackRangeSize);
public void UpdatePosition (Microsoft.VisualStudio.Debugger.CallStack.DkmFrameRegisters Registers, uint StackRangeSize);
member this.UpdatePosition : Microsoft.VisualStudio.Debugger.CallStack.DkmFrameRegisters * uint32 -> unit
Public Sub UpdatePosition (Registers As DkmFrameRegisters, StackRangeSize As UInteger)

Parameters

Registers
DkmFrameRegisters

[In] Registers to attempt to walk from.

StackRangeSize
UInt32

[In] Size of the stack range that the debugger will attempt to walk through.

Applies to