| 25 | ); |
| 26 | |
| 27 | CProcessTable::CProcessTable(BarInfo& bars,TableInfo& table) |
| 28 | :CTable(bars,table){ |
| 29 | SetTableWindowInfo(bars.nbar); |
| 30 | } |
| 31 | |
| 32 | int CProcessTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<WinSys::ProcessInfo>& info, int column) { |
| 33 | // Name,Id,Session,Priority,Threads,Handles,Attributes,CreateTime,CompanyName,Description,ExePath,CmdLines |
nothing calls this directly
no outgoing calls
no test coverage detected