IDkmSymbolQueryCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows remote components to obtain source position information 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 IDkmSymbolQueryCallback
public interface class IDkmSymbolQueryCallback
__interface IDkmSymbolQueryCallback
public interface IDkmSymbolQueryCallback
type IDkmSymbolQueryCallback = interface
Public Interface IDkmSymbolQueryCallback
Methods
GetSourcePositionCallback(DkmInstructionSymbol, DkmSourcePositionFlags, DkmInspectionSession, Boolean) |
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 then null is returned (S_FALSE return code in native). |