Home
last modified time | relevance | path

Searched refs:hkey (Results 1 – 2 of 2) sorted by path

/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c117 HKEY hkey, hsubkey; in php_com_load_typelib() local
126 if (ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT, "TypeLib", 0, KEY_READ, &hkey) && in php_com_load_typelib()
127 ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, in php_com_load_typelib()
135 if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) && in php_com_load_typelib()
136 ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) { in php_com_load_typelib()
168 RegCloseKey(hkey); in php_com_load_typelib()
/PHP-7.4/ext/pspell/
H A Dpspell.c272 HKEY hkey; in PHP_FUNCTION() local
291 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
294 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
295 RegCloseKey(hkey); in PHP_FUNCTION()
369 HKEY hkey; in PHP_FUNCTION() local
388 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
391 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
392 RegCloseKey(hkey); in PHP_FUNCTION()
692 HKEY hkey; in PHP_FUNCTION() local
707 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
[all …]

Completed in 13 milliseconds