DkmGetSymbolNameForRVAAsyncResult(String, UInt64) 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 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.