DkmModule.GetInstructionOffsetForRva(UInt32) 方法

定义

组件使用 GetInstructionOffsetForRva 来查询符号提供程序,以执行 DPC + + 的指令偏移和 RVA 转换。

位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。

public:
 System::UInt32 GetInstructionOffsetForRva(System::UInt32 RVA);
public:
 unsigned int GetInstructionOffsetForRva(unsigned int RVA);
unsigned int GetInstructionOffsetForRva(unsigned int RVA);
public uint GetInstructionOffsetForRva (uint RVA);
member this.GetInstructionOffsetForRva : uint32 -> uint32
Public Function GetInstructionOffsetForRva (RVA As UInteger) As UInteger

参数

RVA
UInt32

中模块内的 RVA。

返回

UInt32

弄与存根函数之间的指令偏移量。

适用于