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              272 ext/pspell/pspell.c 	HKEY hkey;
hkey              291 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
hkey              294 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
hkey              295 ext/pspell/pspell.c 		RegCloseKey(hkey);
hkey              369 ext/pspell/pspell.c 	HKEY hkey;
hkey              388 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
hkey              391 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
hkey              392 ext/pspell/pspell.c 		RegCloseKey(hkey);
hkey              695 ext/pspell/pspell.c 	HKEY hkey;
hkey              710 ext/pspell/pspell.c 	if (0 == RegOpenKey(HKEY_LOCAL_MACHINE, "Software\\Aspell", &hkey)) {
hkey              713 ext/pspell/pspell.c 		result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen);
hkey              714 ext/pspell/pspell.c 		RegCloseKey(hkey);