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

Method GetLogLibraries

src/ConEmuHk/ShellProcessor.cpp:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341BOOL CShellProc::GetLogLibraries() const
342{
343 if (m_SrvMapping.cbSize)
344 return (m_SrvMapping.nLoggingType == glt_Processes);
345 return FALSE;
346}
347
348const RConStartArgs* CShellProc::GetArgs() const
349{

Callers 2

LoadModuleFailedFunction · 0.80
LogModuleLoadedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected