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

/httpd/server/mpm/winnt/
H A Dservice.c68 static int ReportStatusToSCMgr(int currentState, int waitHint,
223 static int ReportStatusToSCMgr(int currentState, int waitHint, argument
230 if (currentState == SERVICE_RUNNING) {
236 else if (currentState == SERVICE_STOPPED) {
253 ctx->ssStatus.dwCurrentState = currentState;

Completed in 1256 milliseconds