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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp1305 SERVICE_STATUS svcStatus; local
1320 BOOL rc = ControlService(hBINDSvc, SERVICE_CONTROL_STOP, &svcStatus);
1346 SERVICE_STATUS svcStatus; local
1354 SERVICE_CONTROL_INTERROGATE, &svcStatus);
1358 return (svcStatus.dwCurrentState == SERVICE_RUNNING);

Completed in 26 milliseconds