IDkmGPUSymbolQueryCallback Interface

Definition

Allows remote components to obtain source position information for DPC++ when the symbol provider is on the VS machine.

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

public interface class IDkmGPUSymbolQueryCallback
public interface class IDkmGPUSymbolQueryCallback
__interface IDkmGPUSymbolQueryCallback
public interface IDkmGPUSymbolQueryCallback
type IDkmGPUSymbolQueryCallback = interface
Public Interface IDkmGPUSymbolQueryCallback

Methods

GetUserCodeSourcePositionCallback(DkmInstructionSymbol, DkmInspectionSession)

Returns the source file position (ex: example.cs, line 12) of this instruction symbol. If this instruction symbol is not associated with a source file or not in user code then null is returned (E_INSTRUCTION_NO_SOURCE return code).

Applies to