{
ApacheManageService(g_stServices[LOWORD(wParam) - IDM_SM_STOP].szServiceName,
g_stServices[LOWORD(wParam) - IDM_SM_STOP].szImagePath,
- g_stServices[LOWORD(wParam) - IDM_SM_START].szComputerName,
+ g_stServices[LOWORD(wParam) - IDM_SM_STOP].szComputerName,
SERVICE_CONTROL_STOP);
return TRUE;
}
{
ApacheManageService(g_stServices[LOWORD(wParam) - IDM_SM_RESTART].szServiceName,
g_stServices[LOWORD(wParam) - IDM_SM_RESTART].szImagePath,
- g_stServices[LOWORD(wParam) - IDM_SM_START].szComputerName,
+ g_stServices[LOWORD(wParam) - IDM_SM_RESTART].szComputerName,
SERVICE_APACHE_RESTART);
return TRUE;
}