driverOption Enumeration

Used by the AdditionalOptions linker property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

Public Enumeration driverOption

Dim instance As driverOption
public enum driverOption
public enum class driverOption
public enum driverOption

Members

Member name Description
driverDefault Corresponds to driver option currently set in the project.
driver Corresponds to the /DRIVER linker switch.
driverUpOnly Causes the linker to add the IMAGE_FILE_UP_SYSTEM_ONLY bit to the characteristics in the output header to specify that it is a uniprocessor (UP) driver.
driverWDM Causes the linker to set the IMAGE_DLLCHARACTERISTICS_WDM_DRIVER bit in the optional header's DllCharacteristics field.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace