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.

public interface class IDkmNativeSymbolProviderCallback
public interface class IDkmNativeSymbolProviderCallback
__interface IDkmNativeSymbolProviderCallback
public interface IDkmNativeSymbolProviderCallback
type IDkmNativeSymbolProviderCallback = interface
Public Interface 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