DkmFrameRegisters.GetStackPointer Method

Definition

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).

Applies to