Searched refs:hkey (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/pspell/ |
H A D | pspell.c | 274 HKEY hkey; in PHP_FUNCTION() local 293 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION() 296 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 297 RegCloseKey(hkey); in PHP_FUNCTION() 371 HKEY hkey; in PHP_FUNCTION() local 390 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION() 393 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 394 RegCloseKey(hkey); in PHP_FUNCTION() 694 HKEY hkey; in PHP_FUNCTION() local 709 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION() [all …]
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_typeinfo.c | 90 HKEY hkey, hsubkey; in php_com_load_typelib() local 99 if (ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT, "TypeLib", 0, KEY_READ, &hkey) && in php_com_load_typelib() 100 ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, in php_com_load_typelib() 108 if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) && in php_com_load_typelib() 109 ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) { in php_com_load_typelib() 141 RegCloseKey(hkey); in php_com_load_typelib()
|
Completed in 13 milliseconds