DkmModule.GetFunctionRva(UInt64) 方法

定义

获取包含指定 RVA 的函数的 RVA。

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

此 API 是在 Visual Studio 16 Update 3 (VS16Update3) 中引入的。

public:
 System::UInt64 GetFunctionRva(System::UInt64 RVA);
public ulong GetFunctionRva (ulong RVA);
member this.GetFunctionRva : uint64 -> uint64
Public Function GetFunctionRva (RVA As ULong) As ULong

参数

RVA
UInt64

中要为其查找函数的 RVA。

返回

UInt64

弄函数的 RVA。

适用于