__VSTWDFLAGS 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.
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
public enum class __VSTWDFLAGS
enum __VSTWDFLAGS
[System.Flags]
public enum __VSTWDFLAGS
[<System.Flags>]
type __VSTWDFLAGS =
Public Enum __VSTWDFLAGS
- Inheritance
-
__VSTWDFLAGS
- Attributes
Fields
VSTWDFLAGS_CANCELLABLE | 1 | The dialog can be cancelled, so display the Cancel button. |
VSTWDFLAGS_NOFLAGS | 0 | No flags are specified. |
VSTWDFLAGS_TOPMOST | 2 | Force the Wait dialog window above all other windows. |