DkmFindExportNameAsyncResult(DkmNativeInstructionAddress) 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 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.