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_ConfigFlags device property represents the configuration flags that are set for a device instance.
| Attribute | Value | 
|---|---|
| Property key | DEVPKEY_Device_ConfigFlags | 
| Property-data-type identifier | |
| Property access | Read and write access by installation applications and installers | 
| Corresponding SPDRP_Xxx identifier | SPDRP_CONFIGFLAGS | 
| Localized? | No | 
Remarks
The value of DEVPKEY_Device_ConfigFlags is set during a device installation to indicate the current configuration of a device.
The configuration flags are for internal use only.
You can call CM_Get_DevNode_Property or SetupDiGetDeviceProperty to retrieve the value of DEVPKEY_Device_ConfigFlags and call CM_Set_DevNode_Property or SetupDiSetDeviceProperty to set DEVPKEY_Device_ConfigFlags.
Requirements
Version: Windows Vista and later versions of Windows Header: Devpkey.h (include Devpkey.h)