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