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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp189 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 63 milliseconds