| 34 | } |
| 35 | |
| 36 | std::string GetModulePath(HMODULE hModule) |
| 37 | { |
| 38 | return StringUtil::ToUTF8(GetModulePathW(hModule)); |
| 39 | } |
| 40 | |
| 41 | DWORD WINAPI ServiceCtrlHandler(DWORD dwCtrl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) { |
| 42 | if (!g_service_) { |
nothing calls this directly
no test coverage detected