driverOption - перечисление
Used by the AdditionalOptions linker property.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Enumeration driverOption
'Применение
Dim instance As driverOption
public enum driverOption
public enum class driverOption
public enum driverOption
Члены
Имя члена | Описание | |
---|---|---|
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. |