Searched defs:ReportStatusToSCMgr (Results 1 - 1 of 1) sorted by relevance
/httpd/server/mpm/winnt/ |
H A D | service.c | 68 static int ReportStatusToSCMgr(int currentState, int waitHint, 223 static int ReportStatusToSCMgr(int currentState, int waitHint, function 351 ReportStatusToSCMgr(SERVICE_STOP_PENDING, 30000, ctx); 357 ReportStatusToSCMgr(SERVICE_START_PENDING, 30000, ctx); 361 ReportStatusToSCMgr(globdat.ssStatus.dwCurrentState, 0, ctx); 404 ReportStatusToSCMgr(SERVICE_START_PENDING, 30000, ctx); 475 ReportStatusToSCMgr(SERVICE_START_PENDING, 30000, ctx); 676 ReportStatusToSCMgr(SERVICE_STOPPED, 0, &globdat); 733 ReportStatusToSCMgr(SERVICE_RUNNING, 0, &globdat); 740 ReportStatusToSCMgr(SERVICE_STOP_PENDIN [all...] |
Completed in 528 milliseconds