| 121 | } |
| 122 | } |
| 123 | static VOID DetachService() |
| 124 | { |
| 125 | // A thread was created with a pointer to DetachService(), thus requesting the r77 service to remove itself gracefully. |
| 126 | UninitializeService(); |
| 127 | } |
| 128 | |
| 129 | VOID ChildProcessCallback(DWORD processId) |
| 130 | { |
nothing calls this directly
no test coverage detected