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.
The DEVPKEY_Device_DriverPropPageProvider device property represents the name of a DLL, and an entry point in the DLL, that is registered as a property page provider for a device instance.
| Attribute | Value |
|---|---|
Property key |
DEVPKEY_Device_DriverPropPageProvider |
Property-data-type identifier |
|
Property access |
Read-only access by installation applications and installers |
Corresponding registry value identifier and registry value name |
REGSTR_VAL_ENUMPROPPAGES_32 EnumPropPages32 |
Localized? |
No |
Remarks
You can set the value of DEVPKEY_Device_DriverPropPageProvider by using an INF AddReg directive that is included the INF DDInstall section of the INF file that installs a device.
You can retrieve the value of DEVPKEY_Device_DriverPropPageProvider by calling SetupDiGetDeviceProperty.
Windows Server 2003, Windows XP, and Windows 2000 support this property, but do not support the DEVPKEY_Device_DriverPropPageProvider property key. On these earlier versions of Windows, you can access the value of this property by accessing the corresponding EnumPropPages32 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)