IDkmThreadDisplayPropertiesQuery 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.
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. |