Searched refs:hKeyRemote (Results 1 - 1 of 1) sorted by relevance

/httpd/support/win32/
H A DApacheMonitor.c248 HKEY hKeyRemote; local
260 if (RegConnectRegistry(szComputerName, HKEY_LOCAL_MACHINE, &hKeyRemote)
270 g_stComputers[i].hRegistry = hKeyRemote;
762 HKEY hKey, hSubKey, hKeyRemote; local
772 hKeyRemote = g_stComputers[computers].hRegistry;
773 retCode = RegOpenKeyEx(hKeyRemote,
789 if (RegOpenKeyEx(hKeyRemote, szKey, 0,

Completed in 408 milliseconds