This topic has not yet been rated - Rate this topic

enumDataExecutionPreventionBOOL Enumeration

Indicates that an executable was tested to be compatible with the Windows Data Execution Prevention (DEP) feature.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum enumDataExecutionPreventionBOOL
Member name Description
DataExecutionPreventionDefault No option is specified. That is, neither /NXCOMPAT nor /NXCOMPAT:NO is specified.
DataExecutionPreventionNo Explicitly specifies that an executable is incompatible with DEP. This value is equivalent to the /NXCOMPAT:NO linker option.
DataExecutionPreventionYes Explicitly specifies that an executable is compatible with DEP. This value is equivalent to the /NXCOMPAT linker option.

This enumeration corresponds to the /NXCOMPAT (Compatible with Data Execution Prevention) linker option.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement