UASFLAGS 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.
This enumeration supports a bitwise combination of its member values.
public enum class UASFLAGS
public enum class UASFLAGS
enum UASFLAGS
[System.Flags]
public enum UASFLAGS
[<System.Flags>]
type UASFLAGS =
Public Enum UASFLAGS
- Inheritance
-
UASFLAGS
- Attributes
Fields
UAS_BLOCKED | 1 | |
UAS_MASK | 3 | |
UAS_NOPARENTENABLE | 2 | |
UAS_NORMAL | 0 |
Remarks
For information on the COM interface, see UASFLAGS