MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / GetCurrentModulePathName

Function GetCurrentModulePathName

src/common/WObjects.cpp:564–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562#endif
563
564DWORD GetCurrentModulePathName(CEStr& lsPathName)
565{
566 auto* module =
567#ifndef __GNUC__
568 reinterpret_cast<HMODULE>(&__ImageBase)
569#else
570 static_cast<HMODULE>(nullptr)
571#endif
572 ;
573 return GetModulePathName(module, lsPathName);
574}
575
576//wchar_t* GetShortFileNameEx(LPCWSTR asLong, BOOL abFavorLength=FALSE)
577//{

Callers 1

ShowInjectsMsgBoxFunction · 0.85

Calls 1

GetModulePathNameFunction · 0.85

Tested by

no test coverage detected