DkmGetCompilerIdAsyncResult(DkmCompilerId) 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 DkmInstructionSymbol.GetCompilerId.
public:
DkmGetCompilerIdAsyncResult(Microsoft::VisualStudio::Debugger::Evaluation::DkmCompilerId CompilerId);
public DkmGetCompilerIdAsyncResult (Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId CompilerId);
new Microsoft.VisualStudio.Debugger.Symbols.DkmGetCompilerIdAsyncResult : Microsoft.VisualStudio.Debugger.Evaluation.DkmCompilerId -> Microsoft.VisualStudio.Debugger.Symbols.DkmGetCompilerIdAsyncResult
Public Sub New (CompilerId As DkmCompilerId)
Parameters
- CompilerId
- DkmCompilerId
[In] LanguageId/VendorId for the compiler which produced the code for this symbol. If this is unknown (ex: no symbols info for this block), both values will be Guid.Empty. Otherwise, both values should be non-zero.