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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/
H A DUSBUninstall.cpp140 else if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
185 else if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
/vbox/src/VBox/Additions/common/VBoxGuest/win/
H A DVBoxGuestInst.cpp90 else if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp148 case ERROR_SERVICE_DOES_NOT_EXIST:
286 1, ERROR_SERVICE_DOES_NOT_EXIST);
298 else if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
H A DSUPLib-win.cpp396 if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
447 if (dwErr == ERROR_SERVICE_DOES_NOT_EXIST)
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp259 case ERROR_SERVICE_DOES_NOT_EXIST:
379 1, ERROR_SERVICE_DOES_NOT_EXIST);
391 else if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp106 else if (GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST)
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp545 case ERROR_SERVICE_DOES_NOT_EXIST:
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h564 #define ERROR_SERVICE_DOES_NOT_EXIST 1060 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h356 #define ERROR_SERVICE_DOES_NOT_EXIST 1060 macro

Completed in 125 milliseconds