Searched refs:StartServiceCtrlDispatcher (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsvc.h418 #define StartServiceCtrlDispatcher WINELIB_NAME_AW(StartServiceCtrlDispatcher) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsvc.h389 #define StartServiceCtrlDispatcher WINELIB_NAME_AW(StartServiceCtrlDispatcher) macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService-win.cpp392 * Call StartServiceCtrlDispatcher.
402 if (!StartServiceCtrlDispatcher(&g_aServiceTable[0]))
403 return VBoxServiceError("StartServiceCtrlDispatcher: %u. Please start %s with option -f (foreground)!\n",
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPSvc-win.cpp666 if (StartServiceCtrlDispatcher(&s_aServiceStartTable[0]))
679 supSvcLogError("StartServiceCtrlDispatcher failed, err=%d", err);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-win.cpp765 if (StartServiceCtrlDispatcher(&s_aServiceStartTable[0]))
778 autostartSvcLogError("StartServiceCtrlDispatcher failed, err=%d", err);

Completed in 2466 milliseconds