__VSTWDFLAGS Enum
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.
Specifies the behavior of the Wait dialog. These flags are passed to StartWaitDialog(String, String, String, UInt32, Object, String).
This enumeration supports a bitwise combination of its member values.
public enum class __VSTWDFLAGS
C++/CX
public enum class __VSTWDFLAGS
enum __VSTWDFLAGS
[System.Flags]
public enum __VSTWDFLAGS
[<System.Flags>]
type __VSTWDFLAGS =
Public Enum __VSTWDFLAGS
- Inheritance
-
__VSTWDFLAGS
- Attributes
Name | Value | Description |
---|---|---|
VSTWDFLAGS_NOFLAGS | 0 | No flags are specified. |
VSTWDFLAGS_CANCELLABLE | 1 | The dialog can be cancelled, so display the Cancel button. |
VSTWDFLAGS_TOPMOST | 2 | Force the Wait dialog window above all other windows. |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |