IDkmThreadLocationProvider Interface

Definition

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.

Applies to