Share via


IDkmSymbolLocatorCallback177 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 Update 7 (DkmApiVersion.VS17Update7).

public interface IDkmSymbolLocatorCallback177
type IDkmSymbolLocatorCallback177 = interface
Public Interface IDkmSymbolLocatorCallback177

Methods

TryLoadSymbolsCallback177(DkmModuleInstance, DkmSymbolLoadFlags)

Called to initiate loading of locally present symbols for DkmModuleInstances whose symbols were not found when the module loaded.

Applies to