Share via


IDkmModuleSymbolSearchResult175 Interface

Definition

Allows symbol search results to be retrieved for a module instance.

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 3 (DkmApiVersion.VS17Update3).

public interface IDkmModuleSymbolSearchResult175
type IDkmModuleSymbolSearchResult175 = interface
Public Interface IDkmModuleSymbolSearchResult175

Methods

GetSymbolSearchResult(DkmModuleInstance)

Retrieves any symbol search results associated with this module instance.

Applies to