| 1015 | } |
| 1016 | |
| 1017 | VOID 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 |
nothing calls this directly
no test coverage detected