/reactos/modules/rosapps/templates/skel_service/ |
H A D | ServiceMain.c | 104 ServerCtrlHandler(DWORD dwControl, in ServerCtrlHandler() argument 112 switch (dwControl) in ServerCtrlHandler() 139 if (dwControl >= 128 && dwControl <= 255) /* User defined */ in ServerCtrlHandler()
|
/reactos/base/services/dcomlaunch/ |
H A D | dcomlaunch.c | 55 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 62 switch (dwControl) in ServiceControlHandler() 93 DPRINT1(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/netlogon/ |
H A D | netlogon.c | 56 DWORD dwControl, in ServiceControlHandler() argument 63 switch (dwControl) in ServiceControlHandler() 94 TRACE(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/browser/ |
H A D | browser.c | 56 DWORD dwControl, in ServiceControlHandler() argument 63 switch (dwControl) in ServiceControlHandler() 94 TRACE(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/wmisvc/ |
H A D | wmisvc.c | 77 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 84 switch (dwControl) in ServiceControlHandler() 115 DPRINT1(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/wuauserv/ |
H A D | wuauserv.c | 48 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 53 switch (dwControl) in ServiceControlHandler() 83 DPRINT1("WU ServiceControlHandler(Control %lu) received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/srvsvc/ |
H A D | srvsvc.c | 71 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 78 switch (dwControl) in ServiceControlHandler() 113 TRACE(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/seclogon/ |
H A D | seclogon.c | 64 _In_ DWORD dwControl, in ServiceControlHandlerEx() argument 71 switch (dwControl) in ServiceControlHandlerEx() 108 TRACE(" Control %lu received\n", dwControl); in ServiceControlHandlerEx()
|
/reactos/base/services/tcpsvcs/ |
H A D | tcpsvcs.c | 126 ServerCtrlHandler(DWORD dwControl, in ServerCtrlHandler() argument 133 switch (dwControl) in ServerCtrlHandler() 161 if (dwControl > 127 && dwControl < 256) /* user defined */ in ServerCtrlHandler()
|
/reactos/base/services/wkssvc/ |
H A D | wkssvc.c | 151 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 158 switch (dwControl) in ServiceControlHandler() 195 TRACE(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/schedsvc/ |
H A D | schedsvc.c | 76 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 83 switch (dwControl) in ServiceControlHandler() 122 TRACE(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/win32ss/printing/base/spoolsv/ |
H A D | main.c | 23 _ServiceControlHandlerEx(DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) in _ServiceControlHandlerEx() argument 25 switch (dwControl) in _ServiceControlHandlerEx()
|
/reactos/base/services/wlansvc/ |
H A D | wlansvc.c | 40 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 45 switch (dwControl) in ServiceControlHandler()
|
/reactos/base/services/shsvcs/ |
H A D | thmsvc.c | 59 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 66 switch (dwControl) in ServiceControlHandler()
|
/reactos/base/services/umpnpmgr/ |
H A D | umpnpmgr.c | 84 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 91 switch (dwControl) in ServiceControlHandler() 126 DPRINT1(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/dnsrslvr/ |
H A D | dnsrslvr.c | 47 DWORD dwControl, in ServiceControlHandler() argument 52 switch (dwControl) in ServiceControlHandler()
|
/reactos/base/services/audiosrv/ |
H A D | main.c | 30 DWORD dwControl, in ServiceControlHandler() argument 35 switch (dwControl) in ServiceControlHandler()
|
/reactos/base/system/services/ |
H A D | database.c | 1420 _In_ DWORD dwControl, in ScmControlServiceEx() argument 1436 DPRINT("ScmControlService(%S, %d) called\n", pServiceName, dwControl); in ScmControlServiceEx() 1470 ControlPacket->dwControl = dwControl; in ScmControlServiceEx() 1522 … DPRINT1("TransactNamedPipe(%S, %d) failed (Error %lu)\n", pServiceName, dwControl, dwError); in ScmControlServiceEx() 1526 DPRINT("TransactNamedPipe(%S, %d) returned ERROR_IO_PENDING\n", pServiceName, dwControl); in ScmControlServiceEx() 1529 DPRINT("WaitForSingleObject(%S, %d) returned %lu\n", pServiceName, dwControl, dwError); in ScmControlServiceEx() 1533 DPRINT1("WaitForSingleObject(%S, %d) timed out\n", pServiceName, dwControl); in ScmControlServiceEx() 1536 … DPRINT1("CancelIo(%S, %d) failed (Error %lu)\n", pServiceName, dwControl, GetLastError()); in ScmControlServiceEx() 1564 DPRINT("ScmControlService(%S, %d) done (Error %lu)\n", pServiceName, dwControl, dwError); in ScmControlServiceEx() 1572 _In_ DWORD dwControl, in ScmControlService() argument [all …]
|
H A D | services.h | 209 _In_ DWORD dwControl, 228 DWORD dwControl,
|
H A D | driver.c | 336 DWORD dwControl, in ScmControlDriver() argument 343 switch (dwControl) in ScmControlDriver()
|
/reactos/dll/win32/advapi32/service/ |
H A D | sctrl.c | 571 (lpService->HandlerFunction)(ControlPacket->dwControl); in ScControlService() 584 (lpService->HandlerFunctionEx)(ControlPacket->dwControl, in ScControlService() 644 if ((ControlPacket->dwControl == SERVICE_CONTROL_STOP) && in ScServiceDispatcher() 653 if (ControlPacket->dwControl == SERVICE_CONTROL_START_OWN) in ScServiceDispatcher() 660 switch (ControlPacket->dwControl) in ScServiceDispatcher() 674 TRACE("Command %lu received\n", ControlPacket->dwControl); in ScServiceDispatcher()
|
/reactos/sdk/include/reactos/services/ |
H A D | services.h | 31 DWORD dwControl; member
|
/reactos/base/services/eventlog/ |
H A D | eventlog.c | 62 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 69 switch (dwControl) in ServiceControlHandler() 110 DPRINT1(" Control %lu received\n", dwControl); in ServiceControlHandler()
|
/reactos/base/services/dhcpcsvc/ |
H A D | dhcpcsvc.c | 369 ServiceControlHandler(DWORD dwControl, in ServiceControlHandler() argument 374 switch (dwControl) in ServiceControlHandler()
|
/reactos/modules/rostests/apitests/localspl/ |
H A D | service.c | 126 _ServiceControlHandlerEx(DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) in _ServiceControlHandlerEx() argument
|