DEVPKEY_Device_ResourcePickerExceptions

The DEVPKEY_Device_ResourcePickerExceptions device property represents the resource conflicts that are allowed for a device instance.

Attribute Value

Property key

DEVPKEY_Device_ResourcePickerExceptions

Property-data-type identifier

DEVPROP_TYPE_STRING

Property access

Read-only access by installation applications and installers

Corresponding registry value identifier and registry value name

REGSTR_VAL_RESOURCE_PICKER_EXCEPTIONS

ResourcePickerExceptions

Localized?

No

Remarks

You can set the value of DEVPKEY_Device_ResourcePickerExceptions by using an INF AddReg directive that is included in the INF DDInstall section of the INF file that installs a device.

You can retrieve the value of DEVPKEY_Device_ResourcePickerExceptions by calling SetupDiGetDeviceProperty.

Windows Server 2003, Windows XP, and Windows 2000 support this property, but do not support the DEVPKEY_Device_ResourcePickerExceptions property key. On these earlier versions of Windows, you can access the value of this property by accessing the corresponding ResourcePickerExceptions registry value under the software key for the device instance. For information about how to access this property value on these earlier versions of Windows, see Accessing Device Driver Properties.

Requirements

Version: Windows Vista and later versions of Windows Header: Devpkey.h (include Devpkey.h)

See also

INF AddReg Directive

INF DDInstall Section

SetupDiGetDeviceProperty