- 
888d5f15
 by Rémi Bernon   at 2025-04-03T22:49:58+02:00 
setupapi: Implement SetupDiOpenDeviceInterface(A|W).
Changes by Paul Gofman to the original patch:
- check for too short device path;
- allocate strings dynamically;
- set last error accordingly.
 
- 
d4f29217
 by Paul Gofman   at 2025-04-03T22:49:58+02:00 
setupapi/tests: Add a test for SetupDiOpenDeviceInterface().
 
- 
6aa41341
 by Paul Gofman   at 2025-04-03T22:49:58+02:00 
cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]W().
 
- 
749ccccf
 by Paul Gofman   at 2025-04-03T22:49:58+02:00 
cfgmgr32: Implement CM_Get_Device_Interface_List[_Size][_Ex]A().
 
- 
74fa802b
 by Paul Gofman   at 2025-04-03T22:49:58+02:00 
cfgmgr32: Implement CM_Get_Device_Interface_PropertyW() for DEVPKEY_Device_InstanceId.