DkmGetInstructionAddressAsyncResult(DkmInstructionAddress, Boolean) 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:
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.