Share via


DkmGetSymbolNameForRVAAsyncResult(String, UInt64) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmModule.GetSymbolNameForRVA.

public:
 DkmGetSymbolNameForRVAAsyncResult(System::String ^ SymbolName, System::UInt64 Displacement);
public DkmGetSymbolNameForRVAAsyncResult (string SymbolName, ulong Displacement);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetSymbolNameForRVAAsyncResult : string * uint64 -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetSymbolNameForRVAAsyncResult
Public Sub New (SymbolName As String, Displacement As ULong)

Parameters

SymbolName
String

[In] The symbol name for use in formatting.

Displacement
UInt64

[In] The symbol displacement.

Applies to