MCPcopy Create free account
hub / github.com/mhammond/pywin32 / service_ctrl

Function service_ctrl

win32/src/PythonService.cpp:1017–1022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015}
1016
1017VOID WINAPI service_ctrl(
1018 DWORD dwCtrlCode // requested control code
1019 )
1020{
1021 dispatchServiceCtrl(dwCtrlCode, 0, NULL, &PythonServiceTable[0]);
1022}
1023
1024
1025// When debugging, a console event handler that simulates a service

Callers

nothing calls this directly

Calls 1

dispatchServiceCtrlFunction · 0.85

Tested by

no test coverage detected