midlWarningLevelOption 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.
Used by the WarnLevel
property.
public enum class midlWarningLevelOption
public enum class midlWarningLevelOption
enum midlWarningLevelOption
public enum midlWarningLevelOption
type midlWarningLevelOption =
Public Enum midlWarningLevelOption
- Inheritance
-
midlWarningLevelOption
Fields
midlWarningLevel_0 | 0 | Level 0 |
midlWarningLevel_1 | 1 | Level 1 |
midlWarningLevel_2 | 2 | Level 2 |
midlWarningLevel_3 | 3 | Level 3 |
midlWarningLevel_4 | 4 | Level 4 |
Remarks
See MIDL Property Pages: General for more information. Level 0 represents no notification of warnings while Level 4 represents notifications for all warnings. There is a gradient between those extremes.