DkmGetVolatileFlagsAsyncResult(DkmVolatileThreadFlags) Constructor
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.
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.