DkmGetRelativeInstructionAddressAsyncResult(DkmInstructionAddress) Constructor

Definition

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.

Applies to