Home
last modified time | relevance | path

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

/PHP-5.6/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()
695 HKEY hkey; in PHP_FUNCTION() local
710 if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/com_dotnet/
H A Dcom_typeinfo.c92 HKEY hkey, hsubkey; in php_com_load_typelib() local
101 if (ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT, "TypeLib", 0, KEY_READ, &hkey) && in php_com_load_typelib()
102 ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, in php_com_load_typelib()
110 if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) && in php_com_load_typelib()
111 ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) { in php_com_load_typelib()
143 RegCloseKey(hkey); in php_com_load_typelib()

Completed in 21 milliseconds