DkmFindExportByOrdinalAsyncResult(DkmNativeInstructionAddress) Constructor

Definition

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

public:
 DkmFindExportByOrdinalAsyncResult(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Address);
public:
 DkmFindExportByOrdinalAsyncResult(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress ^ Address);
 DkmFindExportByOrdinalAsyncResult(Microsoft::VisualStudio::Debugger::Native::DkmNativeInstructionAddress const & Address);
public DkmFindExportByOrdinalAsyncResult (Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress Address);
new Microsoft.VisualStudio.Debugger.Native.DkmFindExportByOrdinalAsyncResult : Microsoft.VisualStudio.Debugger.Native.DkmNativeInstructionAddress -> Microsoft.VisualStudio.Debugger.Native.DkmFindExportByOrdinalAsyncResult
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