DEVPKEY_Device_ResourcePickerTags

The DEVPKEY_Device_ResourcePickerTags device property represents resource picker tags for a device instance.

Attribute Value

Property key

DEVPKEY_Device_ResourcePickerTags

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_TAGS

ResourcePickerTags

Localized?

No

Remarks

You can set the value of DEVPKEY_Device_ResourcePickerTags 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 PKEY_Device_ResourcePickerTags by calling SetupDiGetDeviceProperty.

Windows Server 2003, Windows XP, and Windows 2000 support this property, but do not support the DEVPKEY_Device_ResourcePickerTags property key. On these earlier versions of Windows, you can access the value of this property by accessing the corresponding ResourcePickerTags 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