DkmStackWalkFrame.FrameBase Property
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.
Base stack pointer of the frame. This is used by the SDM to sort the frame, and it is used by the stack merger to assess walk progress, so this value is required even for annotated frames. This value should only be invalid in the case that the debuggee's stack is corrupt.
public:
property System::UInt64 FrameBase { System::UInt64 get(); };
public:
property unsigned long long FrameBase { unsigned long long get(); };
public ulong FrameBase { get; }
member this.FrameBase : uint64
Public ReadOnly Property FrameBase As ULong
Property Value
Returns UInt64.