MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / GetCurrentProcessModulePath

Function GetCurrentProcessModulePath

src/Config.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244std::string GetCurrentProcessModulePath() {
245 return GetModulePath(nullptr);
246}
247
248std::string GetCurrentLibraryModulePath() {
249 HMODULE module = nullptr;

Callers 1

NewFromFileMethod · 0.85

Calls 1

GetModulePathFunction · 0.85

Tested by

no test coverage detected