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

/httpd/support/win32/
H A DApacheMonitor.c78 LPTSTR szDisplayName; member in struct:_st_APACHE_SERVICE
130 if (g_stServices[i].szDisplayName) {
131 free(g_stServices[i].szDisplayName);
466 appendServiceMenu(hMenu, i, g_stServices[i].szDisplayName,
836 g_stServices[stPos].szDisplayName = _tcsdup(szTmp);
984 addListBoxItem(hListBox, g_stServices[i].szDisplayName,
1017 addListBoxItem(hListBox, g_stServices[i].szDisplayName,

Completed in 311 milliseconds