MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetModulePath

Function GetModulePath

src/service/service_main.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetModulePathWFunction · 0.85

Tested by

no test coverage detected