IDkmThreadLocationProvider 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.
Provides the location of a thread, as visible in the threads window, or threads drop down in the debug location toolbar. This is implemented by the Microsoft stack provider component.
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, TransportKind.
public interface class IDkmThreadLocationProvider
public interface class IDkmThreadLocationProvider
__interface IDkmThreadLocationProvider
public interface IDkmThreadLocationProvider
type IDkmThreadLocationProvider = interface
Public Interface IDkmThreadLocationProvider
Methods
GetCurrentLocation(DkmThread, DkmWorkList, DkmCompletionRoutine<DkmGetCurrentLocationAsyncResult>) |
Provides the location of a thread, as visible in the threads window, or threads drop down in the debug location toolbar. |