Home
last modified time | relevance | path

Searched refs:StartServiceW (Results 1 – 18 of 18) sorted by relevance

/reactos/modules/rostests/apitests/advapi32/
H A DServiceEnv.c200 if (!StartServiceW(hService, 0, NULL)) in my_test_server()
243 if (!StartServiceW(hService, 0, NULL)) in my_test_server()
H A DLockServiceDatabase.c177 bError = StartServiceW(hSvc, 0, NULL); in Test_LockUnlockServiceDatabaseWithServiceStart()
194 bError = StartServiceW(hSvc, 0, NULL); in Test_LockUnlockServiceDatabaseWithServiceStart()
206 StartServiceW(hSvc, 0, NULL); in Test_LockUnlockServiceDatabaseWithServiceStart()
H A DServiceNetwork.c351 if (!StartServiceW(hService, 0, NULL)) in my_test_server()
394 if (!StartServiceW(hService, 0, NULL)) in my_test_server()
H A DServiceArgs.c319 res = StartServiceW(service_handle, service_argc, service_argv); in test_startW()
/reactos/modules/rostests/win32/DriverLoading/Application/
H A Dumode.c77 bRet = StartServiceW(hService, 0, NULL); in StartDriver()
/reactos/base/applications/mscutils/servman/
H A Dstart.c117 Result = StartServiceW(hService, in DoStartService()
/reactos/base/applications/network/net/
H A DcmdStart.c144 if (!StartServiceW(hService, in StartOneService()
/reactos/modules/rostests/apitests/localspl/
H A Dtests.c156 if (!StartServiceW(hService, 0, NULL)) in _RunRemoteTest()
/reactos/dll/win32/wbemprox/
H A Dservice.c184 if (!StartServiceW( service, 0, NULL )) error = map_error( GetLastError() ); in start_service()
/reactos/sdk/include/psdk/
H A Dwinsvc.h496 StartServiceW(
544 #define StartService StartServiceW
/reactos/dll/win32/rpcrt4/
H A Drpc_epmap.c99 if (StartServiceW( service, 0, NULL ) || GetLastError() == ERROR_SERVICE_ALREADY_RUNNING) in start_rpcss()
/reactos/dll/cpl/mmsys/
H A Dmmsys.c536 StartServiceW(hService, 0, NULL); in MMSYS_InstallDevice()
/reactos/dll/win32/syssetup/
H A Dinstall.c630 bRet = StartServiceW(hService, 0, NULL); in EnableUserModePnpManager()
/reactos/dll/win32/ole32/
H A Dmoniker.c149 if (StartServiceW( service, 0, NULL ) || GetLastError() == ERROR_SERVICE_ALREADY_RUNNING) in start_rpcss()
H A Drpc.c1715 if(StartServiceW(hsvc, num, params)) in start_local_service()
/reactos/dll/win32/advapi32/
H A Dadvapi32.spec615 @ stdcall StartServiceW(long long ptr)
/reactos/dll/win32/advapi32/service/
H A Dscm.c2980 StartServiceW(SC_HANDLE hService, in StartServiceW() function
/reactos/dll/win32/msi/
H A Daction.c5963 if (!StartServiceW(service, numargs, vector) && in ITERATE_StartService()