Searched refs:hKey (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_ole.cpp | 151 HKEY hKey; in Create() local 157 KEY_ALL_ACCESS, NULL, &hKey, NULL)) in Create() 162 RegCloseKey(hKey); in Create() 678 HKEY hKey; in SetKeyAndValue() local 695 &hKey, NULL); in SetKeyAndValue() 701 RegSetValueEx(hKey, NULL, 0, REG_SZ, (BYTE *)value, in SetKeyAndValue() 704 RegCloseKey(hKey); in SetKeyAndValue()
|
| H A D | dosinst.c | 1413 HKEY hKey, in reg_set_string_value() argument 1417 return RegSetValueEx(hKey, value_name, 0, REG_SZ, in reg_set_string_value() 1429 HKEY hKey; in reg_create_key_and_value() local 1430 LONG lRet = reg_create_key(hRootKey, subkey, &hKey, flag); in reg_create_key_and_value() 1434 lRet = reg_set_string_value(hKey, value_name, data); in reg_create_key_and_value() 1435 RegCloseKey(hKey); in reg_create_key_and_value()
|
| H A D | if_python3.c | 704 HKEY hKey; in py3_get_system_libname() local 728 if (RegOpenKeyExA(HKEY_LOCAL_MACHINE, subkey, 0, KEY_QUERY_VALUE, &hKey) in py3_get_system_libname() 731 rc = RegQueryValueA(hKey, NULL, installpath, &len); in py3_get_system_libname() 732 RegCloseKey(hKey); in py3_get_system_libname()
|