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

/httpd/support/win32/
H A DApacheMonitor.c1552 DWORD dwControl; local
1599 dwControl = _ttoi(__targv[1]);
1600 if ((dwControl != SERVICE_CONTROL_CONTINUE) &&
1601 (dwControl != SERVICE_APACHE_RESTART) &&
1602 (dwControl != SERVICE_CONTROL_STOP))
1649 ApacheManageService(__targv[2], NULL, __targv[3], dwControl);

Completed in 12 milliseconds