This topic has not yet been rated - Rate this topic

driverOption Enumeration

Used by the AdditionalOptions linker property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
public enum driverOption
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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement