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