driverOption Enumeration
Used by the AdditionalOptions linker property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration driverOption
public enum driverOption
public enum class driverOption
type driverOption
public enum driverOption
Members
Member name | Description | |
---|---|---|
driver | Corresponds to the /DRIVER linker switch. | |
driverDefault | Corresponds to driver option currently set in the project. | |
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. |