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

/httpd/support/win32/
H A DApacheMonitor.c758 TCHAR achKey[MAX_PATH]; local
783 retCode = RegEnumKey(hKey, i, achKey, MAX_PATH);
787 _tcscat(szKey, achKey);
810 g_stServices[stPos].szServiceName = _tcsdup(achKey);

Completed in 18 milliseconds