Share via


DkmGetVolatileFlagsAsyncResult(DkmVolatileThreadFlags) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmThread.GetVolatileFlags.

public:
 DkmGetVolatileFlagsAsyncResult(Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags Flags);
public:
 DkmGetVolatileFlagsAsyncResult(Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags Flags);
 DkmGetVolatileFlagsAsyncResult(Microsoft::VisualStudio::Debugger::ThreadProperties::DkmVolatileThreadFlags Flags);
public DkmGetVolatileFlagsAsyncResult (Microsoft.VisualStudio.Debugger.ThreadProperties.DkmVolatileThreadFlags Flags);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetVolatileFlagsAsyncResult : Microsoft.VisualStudio.Debugger.ThreadProperties.DkmVolatileThreadFlags -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetVolatileFlagsAsyncResult
Public Sub New (Flags As DkmVolatileThreadFlags)

Parameters

Flags
DkmVolatileThreadFlags

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

Applies to