DkmFrameRegisters.GetStackPointer 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.
Returns the processor-independent stack pointer which is stored in this frame register object.
public:
System::UInt64 GetStackPointer();
public:
unsigned long long GetStackPointer();
unsigned long GetStackPointer();
public ulong GetStackPointer ();
member this.GetStackPointer : unit -> uint64
Public Function GetStackPointer () As ULong
Returns
[Out] Stack pointer value which is stored in the specified registers structure (ex: ESP on x86, RSP on x64).