Home
last modified time | relevance | path

Searched refs:ControlService (Results 1 – 25 of 27) sorted by relevance

12

/reactos/dll/win32/wlnotify/
H A Dschedsvc.c51 if (!ControlService(hService, 129, &ServiceStatus)) in SchedEventLogoff()
99 if (!ControlService(hService, 128, &ServiceStatus)) in SchedStartShell()
/reactos/modules/rostests/apitests/advapi32/
H A DServiceEnv.c217 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 DLockServiceDatabase.c171 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 DServiceNetwork.c368 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 DcmdPause.c56 if (!ControlService(hService, SERVICE_CONTROL_PAUSE, &status)) in cmdPause()
H A DcmdContinue.c56 if (!ControlService(hService, SERVICE_CONTROL_CONTINUE, &status)) in cmdContinue()
H A DcmdStop.c61 if (!ControlService(hService, SERVICE_CONTROL_STOP, &ServiceStatus)) in cmdStop()
/reactos/base/applications/mscutils/servman/
H A Dstop.c56 if (ControlService(hService, in DoStopService()
H A Dcontrol.c66 Result = ControlService(hService, in DoControlService()
/reactos/base/applications/sc/
H A Dcontrol.c88 if (!ControlService(hService, in Control()
/reactos/modules/rostests/apitests/ntdll/
H A DNtApphelpCacheControl.c100 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 Dumode.c116 bRet = ControlService(hService, in StopDriver()
/reactos/modules/rostests/winetests/services/
H A Dservice.c480 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 Dservice.c70 if (!ControlService( service, control, &status )) error = map_error( GetLastError() ); in control_service()
/reactos/modules/rostests/kmtests/kmtest/
H A Dservice.c331 if (!ControlService(*ServiceHandle, SERVICE_CONTROL_STOP, &ServiceStatus)) in KmtStopService()
/reactos/base/services/nfsd/
H A Dservice.c433 if ( ControlService( schService, SERVICE_CONTROL_STOP, &ssStatus ) ) in CmdRemoveService()
/reactos/dll/win32/shell32/
H A DCShellDispatch.cpp385 success = ControlService(hSvc, control, &ss); in SHELL32_ControlService()
/reactos/modules/rosapps/applications/vcdcontroltool/
H A Dvcdcontroltool.c319 ControlService(hSvc, SERVICE_CONTROL_STOP, &Status); in StopDriver()
/reactos/sdk/include/psdk/
H A Dwinsvc.h265 BOOL WINAPI ControlService(_In_ SC_HANDLE, _In_ DWORD, _Out_ LPSERVICE_STATUS);
/reactos/modules/rostests/winetests/advapi32/
H A Dservice.c2258 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 Dvfdctl.c886 if (!ControlService(hService, SERVICE_CONTROL_STOP, &stat)) { in VfdStopDriver()
/reactos/dll/win32/advapi32/
H A Dadvapi32.spec71 @ stdcall ControlService(long long ptr)
/reactos/dll/win32/advapi32/service/
H A Dscm.c622 ControlService(SC_HANDLE hService, in ControlService() function
/reactos/modules/rostests/winetests/msi/
H A Daction.c5130 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 Dtftpd.cpp233 ControlService(service, SERVICE_CONTROL_STOP, &serviceStatus); in stopService()

12