Udostępnij za pośrednictwem


DkmMonitorStackWalkResult.NextStackPointer Field

Definition

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 

Field Value

Applies to