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.
This enumeration defines the target driver settings values.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As TargetDriversType
Syntax
Visual Basic
Public Enumeration TargetDriversType
C#
public enum TargetDriversType
Members
Member name | Description |
---|---|
InboxDrivers |
This enum value identifies a TargetDriverType as an inbox driver. Specifically, the test target uses only inbox or system drivers. |
NoDriversRequired |
This enum value indicates that a driver is not needed for a specific device on a test target. This is usually for a system or network-attached device. |
ProvidedDrivers |
This enum value identifies a TargetDriverType as vernodr-provided driver. The test target uses drivers that must be provided prior to testing. |
InboxDriversOverridden |
This enum value identifies a TargetDriverType as inbox or system drivers, but has been overridden. |