MSHLFLAGS 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.
This enumeration supports a bitwise combination of its member values.
public enum class MSHLFLAGS
C++/CX
public enum class MSHLFLAGS
enum MSHLFLAGS
[System.Flags]
public enum MSHLFLAGS
[<System.Flags>]
type MSHLFLAGS =
Public Enum MSHLFLAGS
- Inheritance
-
MSHLFLAGS
- Attributes
Name | Value | Description |
---|---|---|
MSHLFLAGS_NORMAL | 0 | |
MSHLFLAGS_TABLESTRONG | 1 | |
MSHLFLAGS_TABLEWEAK | 2 | |
MSHLFLAGS_NOPING | 4 | |
MSHLFLAGS_RESERVED1 | 8 | |
MSHLFLAGS_RESERVED2 | 16 | |
MSHLFLAGS_RESERVED3 | 32 | |
MSHLFLAGS_RESERVED4 | 64 |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |