DEVPKEY_Device_DriverInfSection
The DEVPKEY_Device_DriverInfSection device property represents the name of the INF DDInstall section that installs the driver for a device instance.
Attribute | Value |
---|---|
Property key |
DEVPKEY_Device_DriverInfSection |
Property-data-type identifier |
|
Property access |
Read-only access by installation applications and installers |
Corresponding registry value identifier and registry value name |
REGSTR_VAL_INFSECTION InfSection |
Localized? |
No |
Remarks
Windows sets the value of the PKEY_Device_DriverInfSection property.
You can call CM_Get_DevNode_Property or SetupDiGetDeviceProperty to retrieve the value of PKEY_Device_DriverInfSection.
Windows Server 2003, Windows XP, and Windows 2000 support this property, but do not support the PKEY_Device_DriverInfSection property key. On these earlier versions of Windows, you can access the value of this property by accessing the corresponding InfSection 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)