Home | History | Annotate | Download | only in bdist_wininst

Lines Matching refs:hkey

148 HKEY hkey_root = (HKEY)-1;
1422 HKEY hkey; // Is this Python in HKCU or HKLM?
1431 static BOOL GetPythonVersions(HWND hwnd, HKEY hkRoot, LPSTR version)
1435 HKEY hKey;
1441 0, KEY_READ, &hKey))
1444 while (ERROR_SUCCESS == RegEnumKeyEx(hKey, index,
1450 HKEY hk;
1471 ivi->hkey = hkRoot;
1478 RegCloseKey(hKey);
1485 HKEY hKey;
1494 &hKey);
1496 RegCloseKey(hKey);
1626 hkey_root = ivi->hkey;
1706 HKEY hKey, hSubkey;
1724 &hKey, /* result key */
1768 result = RegCreateKeyEx(hKey, subkey_name,
1778 RegCloseKey(hKey);
2152 HKEY hk;
2338 HKEY hKey;
2361 &hKey);
2366 result = RegDeleteKey(hKey, subkeyname);
2369 RegCloseKey(hKey);
2379 HKEY hKey;
2404 &hKey);
2408 result = RegDeleteValue(hKey, valuename);
2411 RegCloseKey(hKey);