DkmModule.GetInstructionOffsetForRva(UInt32) Method

Definition

GetInstructionOffsetForRva is used by components to query symbol provider to perform instruction offset and RVA translation for DPC++.

Location constraint: API must be called from an IDE component (component level > 100,000).

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

Parameters

RVA
UInt32

[In] The RVA within a module.

Returns

[Out] The instruction offset from stub function.

Applies to