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

Lines Matching refs:hVal

577   HKEY hVal;
585 if (RegOpenKeyEx(hKey, enumbuf, 0, KEY_QUERY_VALUE, &hVal) !=
588 rc = get_res_nt(hVal, subkey, obuf);
589 RegCloseKey(hVal);