Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Same problem, debbuger breaks when trying to get the registry key with invalid
key.
I temporarily fixed with this code in getDeviceDetailsWin() function:
HKEY devKey = ::SetupDiOpenDevRegKey(devInfo, devData, DICS_FLAG_GLOBAL, 0, DIREG_DEV, KEY_QUERY_VALUE);
if (devKey == INVALID_HANDLE_VALUE) {
return false;
}
Original comment by ivanme...@gmail.com
on 30 Apr 2013 at 6:27
Original issue reported on code.google.com by
sungjoo....@gmail.com
on 23 Jan 2013 at 8:00