DkmModule.GetInstructionOffsetForRva(UInt32) 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.
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.