DkmLinkerFixupRecord(UInt16, UInt16, UInt32, UInt32) Constructor
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.
Initialize a new DkmLinkerFixupRecord value.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).
public:
DkmLinkerFixupRecord(System::UInt16 Type, System::UInt16 Extra, System::UInt32 Rva, System::UInt32 RvaTarget);
public DkmLinkerFixupRecord (ushort Type, ushort Extra, uint Rva, uint RvaTarget);
new Microsoft.VisualStudio.Debugger.Disassembly.DkmLinkerFixupRecord : uint16 * uint16 * uint32 * uint32 -> Microsoft.VisualStudio.Debugger.Disassembly.DkmLinkerFixupRecord
Public Sub New (Type As UShort, Extra As UShort, Rva As UInteger, RvaTarget As UInteger)
Parameters
- Type
- UInt16
[In] The records type element.
- Extra
- UInt16
[In] The record's extra element.
- Rva
- UInt32
[In] The record's RVA element.
- RvaTarget
- UInt32
[In] The record's RVA target element.