Home | History | Annotate | Download | only in c-ares

Lines Matching refs:hKey

545 static int get_res_nt(HKEY hKey, const char *subkey, char **obuf)
551 result = RegQueryValueEx(hKey, subkey, 0, NULL, NULL, &size);
558 if (RegQueryValueEx(hKey, subkey, 0, NULL,
572 static int get_res_interfaces_nt(HKEY hKey, const char *subkey, char **obuf)
577 HKEY hVal;
579 while (RegEnumKeyEx(hKey, idx++, enumbuf, &enum_size, 0,
585 if (RegOpenKeyEx(hKey, enumbuf, 0, KEY_QUERY_VALUE, &hVal) !=
822 HKEY mykey;
823 HKEY subkey;