DkmGetInstructionAddressAsyncResult(DkmInstructionAddress, Boolean) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmProcess.GetInstructionAddress.

public:
 DkmGetInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ AddressObject, bool FirstAddress);
public:
 DkmGetInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ AddressObject, bool FirstAddress);
 DkmGetInstructionAddressAsyncResult(Microsoft::VisualStudio::Debugger::DkmInstructionAddress const & AddressObject, bool FirstAddress);
public DkmGetInstructionAddressAsyncResult (Microsoft.VisualStudio.Debugger.DkmInstructionAddress AddressObject, bool FirstAddress);
new Microsoft.VisualStudio.Debugger.DkmGetInstructionAddressAsyncResult : Microsoft.VisualStudio.Debugger.DkmInstructionAddress * bool -> Microsoft.VisualStudio.Debugger.DkmGetInstructionAddressAsyncResult
Public Sub New (AddressObject As DkmInstructionAddress, FirstAddress As Boolean)

Parameters

AddressObject
DkmInstructionAddress

[In] Abstract representation of an executable code location (ex: EIP value). If resolved, an Instruction Address will be within a particular module instance. An Instruction Address is always within a particular Runtime Instance.

FirstAddress
Boolean

[In] True if this address is the first address in the line's range. False otherwise.

Applies to