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

Method OnAutoScroll

WinArk/EtwView.cpp:650–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650LRESULT CEtwView::OnAutoScroll(WORD, WORD, HWND, BOOL&) {
651 m_AutoScroll = !m_AutoScroll;
652 GetFrame()->GetUpdateUI()->UISetCheck(ID_VIEW_AUTOSCROLL, m_AutoScroll);
653
654 return 0;
655}
656
657LRESULT CEtwView::OnConfigFilters(WORD, WORD, HWND, BOOL&) {
658 CFiltersDlg dlg(m_FilterConfig);

Callers

nothing calls this directly

Calls 1

GetUpdateUIMethod · 0.80

Tested by

no test coverage detected