DkmFindNearestExportAsyncResult(String, Int32) 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 DkmNativeInstructionAddress.FindNearestExport.
public:
DkmFindNearestExportAsyncResult(System::String ^ ExportName, int ByteOffset);
public:
DkmFindNearestExportAsyncResult(Platform::String ^ ExportName, int ByteOffset);
DkmFindNearestExportAsyncResult(std::wstring const & ExportName, int ByteOffset);
public DkmFindNearestExportAsyncResult (string ExportName, int ByteOffset);
public DkmFindNearestExportAsyncResult (string? ExportName, int ByteOffset);
new Microsoft.VisualStudio.Debugger.Native.DkmFindNearestExportAsyncResult : string * int -> Microsoft.VisualStudio.Debugger.Native.DkmFindNearestExportAsyncResult
Public Sub New (ExportName As String, ByteOffset As Integer)
Parameters
- ExportName
- String
[In,Optional] Name of the export.
- ByteOffset
- Int32
[In] Byte offset from the start of the export.