DkmModule.GetFunctionRva(UInt64) 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.
Gets the RVA of the function containing the specified RVA.
Location constraint: API must be called from an IDE component (component level > 100,000).
This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.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
Parameters
- RVA
- UInt64
[In] The RVA to find the function for.
Returns
[Out] The RVA of the function.