DkmModule.GetFunctionRva(UInt64) Method

Definition

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.

Applies to