IDkmNativeSymbolProviderCallback Interface

Definition

Callback interface which is implemented by the PDB symbol provider for returning information about symbols to the base debug monitor. This interface should generally be implemented on the Visual Studio computer. Debug monitor side implementations may not be called.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: SymbolProviderId.

C++/CX
public interface class IDkmNativeSymbolProviderCallback

Methods

GetNativeInstructionMetadataCallback(DkmNativeInstructionSymbol, DkmInstructionAddress)

Returns address information to the native debug monitor.

GetPublicSymbolByNameCallback(DkmModule, String)

Return the RVA for an S_PUBLIC32 for a particular name by string.

Applies to

Produkt Verzie
Visual Studio SDK 2015, 2017, 2019, 2022