Share via


IDkmSymbolLocatorCallback170 Interface

Definition

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.

Applies to