Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
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. |