Lines Matching refs:hTmp
168 HKEY hKey, hTmp;
172 hTmp = hKey;
173 res = RegOpenKey (hTmp, *keys, &hKey);
175 if (hTmp != HKEY_LOCAL_MACHINE)
176 RegCloseKey (hTmp);
188 HKEY hKey, hTmp;
244 res = RegOpenKey (hKey, foundbuf, &hTmp);
254 if (RegQueryValueEx (hTmp, "InstallLocation", 0, NULL, NULL,
257 RegCloseKey (hTmp);
266 RegCloseKey (hTmp);
270 res = RegQueryValueEx (hTmp, "InstallLocation", 0, NULL, (LPBYTE) foundbuf,
272 RegCloseKey (hTmp);