MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / IsSortable

Method IsSortable

WinArk/EtwView.cpp:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

IsPausedMethod · 0.80

Tested by

no test coverage detected