Searched defs:hKey (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/win32/
H A Dlwconfig.c49 HKEY hKey; local
60 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, TCPIP_SUBKEY, 0, KEY_READ, &hKey)
66 if (RegQueryValueEx(hKey, "SearchList", NULL, NULL,
69 RegCloseKey(hKey);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dntpaths.c53 HKEY hKey; local
57 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, BIND_SUBKEY, 0, KEY_READ, &hKey)
63 if (RegQueryValueEx(hKey, "InstallDir", NULL, NULL,
66 RegCloseKey(hKey);
/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp248 HKEY hKey; local
253 if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, BIND_SUBKEY, 0, KEY_READ, &hKey)
258 if (RegQueryValueEx(hKey, "InstallDir", NULL, NULL, (LPBYTE)buf,
263 RegCloseKey(hKey);
517 HKEY hKey; local
522 &hKey) == ERROR_SUCCESS) {
524 RegSetValueEx(hKey, "InstallDir", 0, REG_SZ,
527 RegCloseKey(hKey);
533 &hKey) == ERROR_SUCCESS) {
536 RegSetValueEx(hKey, "DisplayNam
707 HKEY hKey; local
952 HKEY hKey; local
982 HKEY hKey = NULL; local
[all...]

Completed in 27 milliseconds