| 272 | } |
| 273 | |
| 274 | bool CEtwView::IsSortable(HWND, int col) const { |
| 275 | return col != 8 && (!m_IsMonitoring || GetFrame()->GetTraceManager().IsPaused()); |
| 276 | } |
| 277 | |
| 278 | void CEtwView::DoSort(const SortInfo* si) { |
| 279 | auto compare = [&](auto& i1, auto& i2) { |