driverOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the AdditionalOptions linker property.
public enum class driverOption
public enum class driverOption
enum driverOption
public enum driverOption
type driverOption =
Public Enum driverOption
- Inheritance
-
driverOption
Fields
Name | Value | Description |
---|---|---|
driverDefault | 0 | Corresponds to driver option currently set in the project. |
driver | 1 | Corresponds to the /DRIVER linker switch. |
driverUpOnly | 2 | 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 | 3 | Causes the linker to set the IMAGE_DLLCHARACTERISTICS_WDM_DRIVER bit in the optional header's DllCharacteristics field. |