Searched refs:hkPythonCore (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Installer/win/InstallHelper/ |
H A D | VBoxInstallHelper.cpp | 189 HKEY hkPythonCore = NULL; local 191 LONG rc = RegOpenKeyExW(HKEY_LOCAL_MACHINE, L"SOFTWARE\\Python\\PythonCore", 0, KEY_READ, &hkPythonCore); 207 rc = RegEnumKeyExW(hkPythonCore, i, wszRoot, &dwLen, NULL, NULL, NULL, NULL); 215 rc = RegOpenKeyExW(hkPythonCore, wszPath, 0, KEY_READ, &hkPythonInstPath); 225 RegCloseKey(hkPythonCore);
|
Completed in 1222 milliseconds