| 249 | } |
| 250 | |
| 251 | int CProcessTable::GetRowImage(HWND, int row) const { |
| 252 | return GetProcessInfoEx(m_Table.data.info[row].get()).GetImageIndex(m_Images); |
| 253 | } |
| 254 | |
| 255 | LRESULT CProcessTable::OnTimer(UINT, WPARAM id, LPARAM, BOOL&) { |
| 256 | if (id == 1) |
nothing calls this directly
no test coverage detected