Searched defs:hkeyConnection (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp1378 HKEY hkeyConnection = 0; local
1390 lStatus = RegOpenKeyExW(hkeyNetwork, L"Connection", 0, KEY_READ, &hkeyConnection);
1391 if ((lStatus != ERROR_SUCCESS) || !hkeyConnection)
1396 lStatus = RegQueryValueExW(hkeyConnection, L"PnPInstanceID", NULL,
1403 if (hkeyConnection)
1404 RegCloseKey(hkeyConnection);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp2429 HKEY hkeyConnection = 0; local
2453 KEY_READ, &hkeyConnection);
2454 if ((status != ERROR_SUCCESS) || !hkeyConnection)
2460 status = RegQueryValueExW (hkeyConnection, L"PnPInstanceID", NULL,
2468 if (hkeyConnection)
2469 RegCloseKey (hkeyConnection);

Completed in 47 milliseconds