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

/httpd/support/win32/
H A DApacheMonitor.c762 HKEY hKey, hSubKey, hKeyRemote; local
790 KEY_QUERY_VALUE, &hSubKey) == ERROR_SUCCESS)
793 rv = RegQueryValueEx(hSubKey, _T("ImagePath"), NULL,
815 if (RegQueryValueEx(hSubKey, _T("Description"), NULL,
821 if (RegQueryValueEx(hSubKey, _T("DisplayName"), NULL,
845 RegCloseKey(hSubKey);

Completed in 362 milliseconds