IDkmThreadDisplayPropertiesQuery Interface

Definition

Used to determine a thread's category.

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, RuntimeId, TransportKind.

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

Methods

GetThreadDisplayProperties(DkmRuntimeInstance, DkmWorkList, DkmThread, DkmCompletionRoutine<DkmGetThreadDisplayPropertiesAsyncResult>)

Gets the Display Properties of the Thread including the Display Name and Thread Category.

Applies to