enumDataExecutionPreventionBOOL 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.
Indicates that an executable was tested to be compatible with the Windows Data Execution Prevention (DEP) feature.
public enum class enumDataExecutionPreventionBOOL
public enum class enumDataExecutionPreventionBOOL
enum enumDataExecutionPreventionBOOL
public enum enumDataExecutionPreventionBOOL
type enumDataExecutionPreventionBOOL =
Public Enum enumDataExecutionPreventionBOOL
- Inheritance
-
enumDataExecutionPreventionBOOL
Fields
Name | Value | Description |
---|---|---|
DataExecutionPreventionDefault | 0 | No option is specified. That is, neither |
DataExecutionPreventionNo | 1 | Explicitly specifies that an executable is incompatible with DEP. This value is equivalent to the |
DataExecutionPreventionYes | 2 | Explicitly specifies that an executable is compatible with DEP. This value is equivalent to the |
Remarks
This enumeration corresponds to the /NXCOMPAT (Compatible with Data Execution Prevention) linker option.