midlErrorCheckOption 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 EnableErrorChecks property.
public enum class midlErrorCheckOption
public enum class midlErrorCheckOption
enum midlErrorCheckOption
public enum midlErrorCheckOption
type midlErrorCheckOption =
Public Enum midlErrorCheckOption
- Inheritance
-
midlErrorCheckOption
Fields
Name | Value | Description |
---|---|---|
midlEnableCustom | 0 | Only selected error-checking options occur during compile |
midlDisableAll | 1 | Disable all error-checking |
midlEnableAll | 2 | Select all error-checking |
Remarks
See MIDL Property Pages: Advanced for more information.