DkmModule.GetInstructionOffsetForRva(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
组件使用 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。
返回
弄与存根函数之间的指令偏移量。