DkmFrameRegisters.GetInstructionPointer Method

Definition

Returns the processor-independent instruction pointer which is stored in this frame register object.

public:
 System::UInt64 GetInstructionPointer();
public:
 unsigned long long GetInstructionPointer();
unsigned long GetInstructionPointer();
public ulong GetInstructionPointer ();
member this.GetInstructionPointer : unit -> uint64
Public Function GetInstructionPointer () As ULong

Returns

[Out] Instruction pointer value which is stored in the specified registers structure (ex: EIP on x86, RIP on x64).

Applies to