IDkmSymbolLocatorCallback170 Interface
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.
Provides callbacks to the symbol locator from the server side.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId, TransportKind.
This API was introduced in Visual Studio 17 RTM (DkmApiVersion.VS17RTM).
public interface IDkmSymbolLocatorCallback170
type IDkmSymbolLocatorCallback170 = interface
Public Interface IDkmSymbolLocatorCallback170
Methods
TryLoadSymbolsCallback(DkmModuleInstance) |
Called to initiate loading of symbols for DkmModuleInstances whose symbols were not found when the module loaded. |