MCPcopy Create free account
hub / github.com/ThirteenAG/Ultimate-ASI-Loader / GetExeModulePath

Function GetExeModulePath

source/dllmain.cpp:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422std::wstring GetExeModulePath()
423{
424 std::wstring r = GetModulePath(NULL);
425 r = r.substr(0, r.find_last_of(L"/\\") + 1);
426 return r;
427}
428
429UINT GetPrivateProfileIntW(LPCWSTR lpAppName, LPCWSTR lpKeyName, INT nDefault, const std::vector<std::wstring>& fileNames)
430{

Callers 1

InitFunction · 0.85

Calls 1

GetModulePathFunction · 0.70

Tested by

no test coverage detected