DkmWaitUIOperationFlags Enum
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.
Flags for a DkmWaitUIOperation.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
This enumeration supports a bitwise combination of its member values.
public enum class DkmWaitUIOperationFlags
public enum class DkmWaitUIOperationFlags
enum DkmWaitUIOperationFlags
[System.Flags]
public enum DkmWaitUIOperationFlags
[<System.Flags>]
type DkmWaitUIOperationFlags =
Public Enum DkmWaitUIOperationFlags
- Inheritance
-
DkmWaitUIOperationFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No flags are set. |
AllowNestedCancellation | 1 | If set, the wait dialog should provide a cancellation button if it this is part of an outer operation which is cancellable. Currently the only such operations are expression evaluation. |