enum_MODULE100_FLAGS 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.
C++
public enum class enum_MODULE100_FLAGS
[System.Flags]
public enum enum_MODULE100_FLAGS
[<System.Flags>]
type enum_MODULE100_FLAGS =
Public Enum enum_MODULE100_FLAGS
- Inheritance
-
enum_MODULE100_FLAGS
- Attributes
Name | Value | Description |
---|---|---|
MODULE100_FLAG_NONE | 0 | |
MODULE100_FLAG_SYSTEM | 1 | |
MODULE100_FLAG_SYMBOLS | 2 | |
MODULE100_FLAG_64BIT | 4 | |
MODULE100_FLAG_OPTIMIZED | 8 | |
MODULE100_FLAG_UNOPTIMIZED | 16 | |
MODULE100_FLAG_ENGINEWILLLOADSYMS | 32 | |
MODULE100_FLAG_SYMBOLSUNAVAILABLE | 64 |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |