hkey 92 ext/com_dotnet/com_typeinfo.c HKEY hkey, hsubkey; hkey 101 ext/com_dotnet/com_typeinfo.c if (ERROR_SUCCESS == RegOpenKeyEx(HKEY_CLASSES_ROOT, "TypeLib", 0, KEY_READ, &hkey) && hkey 102 ext/com_dotnet/com_typeinfo.c ERROR_SUCCESS == RegQueryInfoKey(hkey, NULL, NULL, NULL, &SubKeys, hkey 110 ext/com_dotnet/com_typeinfo.c if (ERROR_SUCCESS == RegEnumKey(hkey, i, keyname, MaxSubKeyLength) && hkey 111 ext/com_dotnet/com_typeinfo.c ERROR_SUCCESS == RegOpenKeyEx(hkey, keyname, 0, KEY_READ, &hsubkey)) { hkey 143 ext/com_dotnet/com_typeinfo.c RegCloseKey(hkey); hkey 276 ext/pspell/pspell.c HKEY hkey; hkey 295 ext/pspell/pspell.c if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { hkey 298 ext/pspell/pspell.c result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); hkey 299 ext/pspell/pspell.c RegCloseKey(hkey); hkey 373 ext/pspell/pspell.c HKEY hkey; hkey 392 ext/pspell/pspell.c if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { hkey 395 ext/pspell/pspell.c result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); hkey 396 ext/pspell/pspell.c RegCloseKey(hkey); hkey 696 ext/pspell/pspell.c HKEY hkey; hkey 711 ext/pspell/pspell.c if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) { hkey 714 ext/pspell/pspell.c result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); hkey 715 ext/pspell/pspell.c RegCloseKey(hkey);