| 96 | } |
| 97 | |
| 98 | CKernelModuleTable::CKernelModuleTable(BarInfo& bars, TableInfo& table) |
| 99 | : CTable(bars, table) { |
| 100 | SetTableWindowInfo(bars.nbar); |
| 101 | DoRefresh(); |
| 102 | } |
| 103 | |
| 104 | int CKernelModuleTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<WinSys::KernelModuleInfo>& info, int column) { |
| 105 | switch (column) { |
nothing calls this directly
no outgoing calls
no test coverage detected