DkmMonitorStackWalkResult.NextStackPointer Field
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.
NextStackPointer is required when 'Status' is 'OutsideOfRuntime'. This is used by the stack frame merger to advance the stack walk when frames are encountered which cannot be monitor walked (walking requires symbols). The stack frame merger will not invoke the walker again until it has progressed to this stack pointer value, and the walker should update its state so that the next call to 'WalkNextFrame' retrieves the frame at this position.
public: initonly System::UInt64 NextStackPointer;
public: initonly unsigned long long NextStackPointer;
initonly unsigned long NextStackPointer;
public readonly ulong NextStackPointer;
val mutable NextStackPointer : uint64
Public ReadOnly NextStackPointer As ULong