Elizabeth Figura (@zfigura) commented about dlls/setupapi/devinst.c:
DEVPROPKEY *prop_keys, DWORD prop_keys_len, DWORD *required_prop_keys, DWORD flags )
{
- FIXME( "(%p, %p, %p, %ld, %p, %#lx) stub!\n", devinfo, device_data, prop_keys, prop_keys_len,
- WCHAR props_path[] = L"Properties\";
I don't think there's any need for this to be a variable; you can just put the string constant directly in RegOpenKey(). I also don't think you need the trailing slash.