IDkmVolatileThreadProperties.GetVolatileFlags(DkmThread) Method

Definition

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

public:
 Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags GetVolatileFlags(Microsoft::VisualStudio::Debugger::DkmThread ^ thread);
public Microsoft.VisualStudio.Debugger.ThreadProperties.DkmVolatileThreadFlags GetVolatileFlags (Microsoft.VisualStudio.Debugger.DkmThread thread);
abstract member GetVolatileFlags : Microsoft.VisualStudio.Debugger.DkmThread -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmVolatileThreadFlags
Public Function GetVolatileFlags (thread As DkmThread) As DkmVolatileThreadFlags

Parameters

thread
DkmThread

[In] DkmThread represents a thread running in the target process.

Returns

[Out] Volatile flags that apply to a thread. These values are expected to change over time and should not be cached by callers.

Applies to