DkmGetRelativeInstructionAddressAsyncResult(DkmInstructionAddress) 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.
Creates a new result structure to hold the output from a successful call to DkmProcess.GetInstructionAddress.
public:
DkmGetRelativeInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ Address);
public DkmGetRelativeInstructionAddressAsyncResult (Microsoft.VisualStudio.Debugger.DkmInstructionAddress Address);
new Microsoft.VisualStudio.Debugger.DkmGetRelativeInstructionAddressAsyncResult : Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> Microsoft.VisualStudio.Debugger.DkmGetRelativeInstructionAddressAsyncResult
Public Sub New (Address As DkmInstructionAddress)
Parameters
- Address
- DkmInstructionAddress
[In] The address of the instruction InstructionOffset instructions from StartAddress.