/reactos/modules/rostests/apitests/advapi32/ |
H A D | ServiceEnv.c | 200 if (!StartServiceW(hService, 0, NULL)) in my_test_server() 243 if (!StartServiceW(hService, 0, NULL)) in my_test_server()
|
H A D | LockServiceDatabase.c | 177 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 D | ServiceNetwork.c | 351 if (!StartServiceW(hService, 0, NULL)) in my_test_server() 394 if (!StartServiceW(hService, 0, NULL)) in my_test_server()
|
H A D | ServiceArgs.c | 319 res = StartServiceW(service_handle, service_argc, service_argv); in test_startW()
|
/reactos/modules/rostests/win32/DriverLoading/Application/ |
H A D | umode.c | 77 bRet = StartServiceW(hService, 0, NULL); in StartDriver()
|
/reactos/base/applications/mscutils/servman/ |
H A D | start.c | 117 Result = StartServiceW(hService, in DoStartService()
|
/reactos/base/applications/network/net/ |
H A D | cmdStart.c | 144 if (!StartServiceW(hService, in StartOneService()
|
/reactos/modules/rostests/apitests/localspl/ |
H A D | tests.c | 156 if (!StartServiceW(hService, 0, NULL)) in _RunRemoteTest()
|
/reactos/dll/win32/wbemprox/ |
H A D | service.c | 184 if (!StartServiceW( service, 0, NULL )) error = map_error( GetLastError() ); in start_service()
|
/reactos/sdk/include/psdk/ |
H A D | winsvc.h | 496 StartServiceW( 544 #define StartService StartServiceW
|
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_epmap.c | 99 if (StartServiceW( service, 0, NULL ) || GetLastError() == ERROR_SERVICE_ALREADY_RUNNING) in start_rpcss()
|
/reactos/dll/cpl/mmsys/ |
H A D | mmsys.c | 536 StartServiceW(hService, 0, NULL); in MMSYS_InstallDevice()
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 630 bRet = StartServiceW(hService, 0, NULL); in EnableUserModePnpManager()
|
/reactos/dll/win32/ole32/ |
H A D | moniker.c | 149 if (StartServiceW( service, 0, NULL ) || GetLastError() == ERROR_SERVICE_ALREADY_RUNNING) in start_rpcss()
|
H A D | rpc.c | 1715 if(StartServiceW(hsvc, num, params)) in start_local_service()
|
/reactos/dll/win32/advapi32/ |
H A D | advapi32.spec | 615 @ stdcall StartServiceW(long long ptr)
|
/reactos/dll/win32/advapi32/service/ |
H A D | scm.c | 2980 StartServiceW(SC_HANDLE hService, in StartServiceW() function
|
/reactos/dll/win32/msi/ |
H A D | action.c | 5963 if (!StartServiceW(service, numargs, vector) && in ITERATE_StartService()
|