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

/macosx-10.10.1/apache-793/httpd/support/win32/
H A DApacheMonitor.c80 LPTSTR szImagePath; member in struct:_st_APACHE_SERVICE
136 if (g_stServices[i].szImagePath) {
137 free(g_stServices[i].szImagePath);
540 BOOL ApacheManageService(LPCTSTR szServiceName, LPCTSTR szImagePath, argument
564 if (szImagePath) {
759 TCHAR szImagePath[MAX_PATH]; local
794 &dwKeyType, (LPBYTE)szImagePath, &dwBufLen);
801 _tcscpy(szBuf, szImagePath);
811 g_stServices[stPos].szImagePath = _tcsdup(szImagePath);
[all...]

Completed in 122 milliseconds