| 105 | |
| 106 | |
| 107 | CProcessMemoryTable::CProcessMemoryTable(BarInfo& bars, TableInfo& table, DWORD pid) |
| 108 | : CTable(bars, table), m_Pid(pid) { |
| 109 | SetTableWindowInfo(bars.nbar); |
| 110 | } |
| 111 | |
| 112 | int CProcessMemoryTable::ParseTableEntry(CString& s, char& mask, int& select, std::shared_ptr<WinSys::MemoryRegionItem>& info, int column) { |
| 113 | switch (column) { |
nothing calls this directly
no outgoing calls
no test coverage detected