driverOption Enum

Definition

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

driver 1

Corresponds to the /DRIVER linker switch.

driverDefault 0

Corresponds to driver option currently set in the project.

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.

Applies to