共用方式為


DkmFindExportNameAsyncResult(DkmNativeInstructionAddress) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmNativeModuleInstance.FindExportName.

public:
 DkmFindExportNameAsyncResult(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Address);
public:
 DkmFindExportNameAsyncResult(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Address);
 DkmFindExportNameAsyncResult(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress const & Address);
public DkmFindExportNameAsyncResult (Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress Address);
public DkmFindExportNameAsyncResult (Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress? Address);
new Microsoft.VisualStudio.Debugger.Native.DkmFindExportNameAsyncResult : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress -> Microsoft.VisualStudio.Debugger.Native.DkmFindExportNameAsyncResult
Public Sub New (Address As DkmNativeInstructionAddress)

Parameters

Address
DkmNativeInstructionAddress

[In,Optional] If the export was found in the specified module, this will contain the target address. Note that this instruction address object may be in a different module than the searched module. This can happen if the export was forwarded and the destination module is already loaded. If the destination module is not loaded, the export will be ignored.

Applies to