IDkmVolatileThreadProperties Interface

Definition

Exposes volatile properties of a thread such as priority and affinity mask. These values are expected to change over time and should not be cached by callers.

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

Methods

GetVolatileFlags(DkmThread)

Get volatile flags about a thread. For instance, return if a thread is a user-mode scheduled thread.

GetVolatileProperties(DkmThread, Int32, UInt64)

Get a thread's dynamic properties.

Applies to