Home
last modified time | relevance | path

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

/PHP-8.2/ext/pspell/
H A Dpspell.c189 HKEY hkey; in PHP_FUNCTION() local
207 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
210 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
211 RegCloseKey(hkey); in PHP_FUNCTION()
282 HKEY hkey; in PHP_FUNCTION() local
300 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
303 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
304 RegCloseKey(hkey); in PHP_FUNCTION()
577 HKEY hkey; in PHP_FUNCTION() local
592 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
[all …]
/PHP-8.2/ext/com_dotnet/
H A Dcom_typeinfo.c115 HKEY hkey, hsubkey; in php_com_load_typelib() local
124 if (ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT, "TypeLib", 0, KEY_READ, &hkey) && in php_com_load_typelib()
125 ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, in php_com_load_typelib()
133 if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) && in php_com_load_typelib()
134 ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) { in php_com_load_typelib()
166 RegCloseKey(hkey); in php_com_load_typelib()

Completed in 10 milliseconds