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

/vbox/include/VBox/
H A DVBoxDrvCfg-win.h70 VBOXDRVCFG_DECL(HRESULT) VBoxDrvCfgSvcStart(LPCWSTR lpszSvcName); variable
/vbox/src/VBox/HostDrivers/win/cfg/
H A DVBoxDrvCfg.cpp736 VBOXDRVCFG_DECL(HRESULT) VBoxDrvCfgSvcStart(LPCWSTR lpszSvcName) argument
747 SC_HANDLE hSvc = OpenServiceW(hMgr, lpszSvcName, SERVICE_QUERY_STATUS | SERVICE_START);
764 NonStandardLogRelCrap(("Starting service (%S)\n", lpszSvcName));

Completed in 44 milliseconds