/reactos/dll/win32/wlnotify/ |
H A D | schedsvc.c | 51 if (!ControlService(hService, 129, &ServiceStatus)) in SchedEventLogoff() 99 if (!ControlService(hService, 128, &ServiceStatus)) in SchedStartShell()
|
/reactos/modules/rostests/apitests/advapi32/ |
H A D | ServiceEnv.c | 217 res = ControlService(hService, SERVICE_CONTROL_STOP, &ServiceStatus); in my_test_server() 260 res = ControlService(hService, SERVICE_CONTROL_STOP, &ServiceStatus); in my_test_server()
|
H A D | LockServiceDatabase.c | 171 ControlService(hSvc, SERVICE_CONTROL_STOP, &status); in Test_LockUnlockServiceDatabaseWithServiceStart() 183 ControlService(hSvc, SERVICE_CONTROL_STOP, &status); in Test_LockUnlockServiceDatabaseWithServiceStart() 200 ControlService(hSvc, SERVICE_CONTROL_STOP, &status); in Test_LockUnlockServiceDatabaseWithServiceStart()
|
H A D | ServiceNetwork.c | 368 res = ControlService(hService, SERVICE_CONTROL_STOP, &ServiceStatus); in my_test_server() 411 res = ControlService(hService, SERVICE_CONTROL_STOP, &ServiceStatus); in my_test_server()
|
/reactos/base/applications/network/net/ |
H A D | cmdPause.c | 56 if (!ControlService(hService, SERVICE_CONTROL_PAUSE, &status)) in cmdPause()
|
H A D | cmdContinue.c | 56 if (!ControlService(hService, SERVICE_CONTROL_CONTINUE, &status)) in cmdContinue()
|
H A D | cmdStop.c | 61 if (!ControlService(hService, SERVICE_CONTROL_STOP, &ServiceStatus)) in cmdStop()
|
/reactos/base/applications/mscutils/servman/ |
H A D | stop.c | 56 if (ControlService(hService, in DoStopService()
|
H A D | control.c | 66 Result = ControlService(hService, in DoControlService()
|
/reactos/base/applications/sc/ |
H A D | control.c | 88 if (!ControlService(hService, in Control()
|
/reactos/modules/rostests/apitests/ntdll/ |
H A D | NtApphelpCacheControl.c | 100 ControlService(service_handle, WithMapping ? RegisterShimCacheWithHandle : in RequestAddition() 329 ControlService(service_handle, SERVICE_CONTROL_STOP, (LPSERVICE_STATUS)&ssp); in RunTest()
|
/reactos/modules/rostests/win32/DriverLoading/Application/ |
H A D | umode.c | 116 bRet = ControlService(hService, in StopDriver()
|
/reactos/modules/rostests/winetests/services/ |
H A D | service.c | 480 res = ControlService(service_handle, 128, &status); in test_service() 484 res = ControlService(service_handle, SERVICE_CONTROL_STOP, &status); in test_service() 535 res = ControlService(service_handle, SERVICE_CONTROL_STOP, &status); in test_no_stop()
|
/reactos/dll/win32/wbemprox/ |
H A D | service.c | 70 if (!ControlService( service, control, &status )) error = map_error( GetLastError() ); in control_service()
|
/reactos/modules/rostests/kmtests/kmtest/ |
H A D | service.c | 331 if (!ControlService(*ServiceHandle, SERVICE_CONTROL_STOP, &ServiceStatus)) in KmtStopService()
|
/reactos/base/services/nfsd/ |
H A D | service.c | 433 if ( ControlService( schService, SERVICE_CONTROL_STOP, &ssStatus ) ) in CmdRemoveService()
|
/reactos/dll/win32/shell32/ |
H A D | CShellDispatch.cpp | 385 success = ControlService(hSvc, control, &ss); in SHELL32_ControlService()
|
/reactos/modules/rosapps/applications/vcdcontroltool/ |
H A D | vcdcontroltool.c | 319 ControlService(hSvc, SERVICE_CONTROL_STOP, &Status); in StopDriver()
|
/reactos/sdk/include/psdk/ |
H A D | winsvc.h | 265 BOOL WINAPI ControlService(_In_ SC_HANDLE, _In_ DWORD, _Out_ LPSERVICE_STATUS);
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | service.c | 2258 ret = ControlService(svc_handle, SERVICE_CONTROL_STOP, &status); in try_start_stop() 2380 br = ControlService(svc, SERVICE_CONTROL_STOP, &status); in test_servicenotify() 2405 br = ControlService(svc2, SERVICE_CONTROL_STOP, &status); in test_servicenotify()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdctl.c | 886 if (!ControlService(hService, SERVICE_CONTROL_STOP, &stat)) { in VfdStopDriver()
|
/reactos/dll/win32/advapi32/ |
H A D | advapi32.spec | 71 @ stdcall ControlService(long long ptr)
|
/reactos/dll/win32/advapi32/service/ |
H A D | scm.c | 622 ControlService(SC_HANDLE hService, in ControlService() function
|
/reactos/modules/rostests/winetests/msi/ |
H A D | action.c | 5130 ret = ControlService(service, SERVICE_CONTROL_STOP, &status); in test_start_stop_services() 5161 ret = ControlService(service, SERVICE_CONTROL_STOP, &status); in test_start_stop_services()
|
/reactos/base/services/tftpd/ |
H A D | tftpd.cpp | 233 ControlService(service, SERVICE_CONTROL_STOP, &serviceStatus); in stopService()
|