Sdílet prostřednictvím


DkmGetCurrentCPUAddressAsyncResult(UInt64[]) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmInstructionAddress.GetCurrentCPUAddress.

public:
 DkmGetCurrentCPUAddressAsyncResult(cli::array <System::UInt64> ^ InstructionPointers);
public:
 DkmGetCurrentCPUAddressAsyncResult(Platform::Array <unsigned long long> ^ InstructionPointers);
 DkmGetCurrentCPUAddressAsyncResult(std::Array <unsigned long> const & InstructionPointers);
public DkmGetCurrentCPUAddressAsyncResult (ulong[] InstructionPointers);
new Microsoft.VisualStudio.Debugger.DkmGetCurrentCPUAddressAsyncResult : uint64[] -> Microsoft.VisualStudio.Debugger.DkmGetCurrentCPUAddressAsyncResult
Public Sub New (InstructionPointers As ULong())

Parameters

InstructionPointers
UInt64[]

[In] An array of the current CPU Instruction Addresses that map to this DkmInstructionAddress.

Applies to