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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp407 SERVICE_STATUS SvcStatus; local
408 SvcStatus.dwServiceType = SERVICE_WIN32_OWN_PROCESS;
409 SvcStatus.dwWin32ExitCode = dwExitCode;
410 SvcStatus.dwServiceSpecificExitCode = 0;
411 SvcStatus.dwWaitHint = iWaitHint >= 0 ? iWaitHint : 3000;
412 SvcStatus.dwCurrentState = dwStatus;
418 SvcStatus.dwControlsAccepted = 0;
421 SvcStatus.dwControlsAccepted = SERVICE_ACCEPT_STOP;
430 SvcStatus.dwCheckPoint = 0;
432 SvcStatus
[all...]
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp518 SERVICE_STATUS SvcStatus; local
519 SvcStatus.dwServiceType = SERVICE_WIN32_OWN_PROCESS;
520 SvcStatus.dwWin32ExitCode = dwExitCode;
521 SvcStatus.dwServiceSpecificExitCode = 0;
522 SvcStatus.dwWaitHint = iWaitHint >= 0 ? iWaitHint : 3000;
523 SvcStatus.dwCurrentState = dwStatus;
529 SvcStatus.dwControlsAccepted = 0;
532 SvcStatus.dwControlsAccepted = SERVICE_ACCEPT_STOP;
541 SvcStatus.dwCheckPoint = 0;
543 SvcStatus
[all...]

Completed in 97 milliseconds