DkmEmbeddedPdbFileId.RVA Property
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.
The offset of the Embedded Portable PDB Debug Directory Entry (Type 17) in the DkmModuleInstance it resides in, relative to the base address of the DkmModuleInstance. If The DkmModuleMemoryLayout of the DkmModule is MemoryPE or DiskPE, the Embedded PDB Entry can be read from process memory at this RVA. If the DkmModuleMemoryLayout of the DkmModule is Unknown and the DkmModuleFlag::FileResolved flag is set, the Embedded PDB entry can be read from the module file on disk at this address.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property System::UInt64 RVA { System::UInt64 get(); };
public:
property unsigned long long RVA { unsigned long long get(); };
public ulong RVA { get; }
member this.RVA : uint64
Public ReadOnly Property RVA As ULong