MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / WIN32_GetModuleFileNameUTF8

Function WIN32_GetModuleFileNameUTF8

src/openrct2/platform/Platform.Win32.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 static u8string WIN32_GetModuleFileNameUTF8(HMODULE hModule)
328 {
329 return String::toUtf8(WIN32_GetModuleFileNameW(hModule));
330 }
331
332 u8string StrDecompToPrecomp(u8string_view input)
333 {

Callers 1

GetCurrentExecutablePathFunction · 0.85

Calls 2

toUtf8Function · 0.85
WIN32_GetModuleFileNameWFunction · 0.85

Tested by

no test coverage detected