IDkmThreadNameQuery Interface

Definition

Used to determine a thread's name. Does not return the thread's display name.

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 IDkmThreadNameQuery
public interface class IDkmThreadNameQuery
__interface IDkmThreadNameQuery
public interface IDkmThreadNameQuery
type IDkmThreadNameQuery = interface
Public Interface IDkmThreadNameQuery

Methods

GetThreadName(DkmRuntimeInstance, DkmThread)

Compute the name of a thread.

Applies to