| 613 | } |
| 614 | |
| 615 | DWORD GlassService::InjectionThreadEntryPoint(LPVOID) |
| 616 | { |
| 617 | return RunInjectionThread(); |
| 618 | } |
| 619 | |
| 620 | DWORD WINAPI GlassService::ServerThreadEntryPoint(PVOID) |
| 621 | { |
nothing calls this directly
no outgoing calls
no test coverage detected