Share via


IDkmSymbolLocator174 Interface

Definition

Interface implemented by symbol providers which deal with symbol search. In other words, this interface would not be implemented by symbol providers which deal only with symbol formats which are inside the debugged binary.

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 4 (DkmApiVersion.VS17Update4).

public interface IDkmSymbolLocator174
type IDkmSymbolLocator174 = interface
Public Interface IDkmSymbolLocator174

Methods

TryLoadSymbols(DkmModuleInstance, DkmSymbolLoadFlags)

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

Applies to