| 76 | |
| 77 | |
| 78 | CProcessModuleTable::CProcessModuleTable(BarInfo& bars, TableInfo& table, DWORD pid, HWND hwnd) |
| 79 | : CTable(bars, table), m_Tracker(pid), _hDlg(hwnd) { |
| 80 | SetTableWindowInfo(bars.nbar); |
| 81 | m_Table.data.info.clear(); |
| 82 | Refresh(); |
| 83 | } |
| 84 | |
| 85 | CProcessModuleTable::CProcessModuleTable(BarInfo& bars, TableInfo& table, HANDLE hProcess) |
| 86 | : CTable(bars, table), m_Tracker(hProcess) { |