| 1100 | } |
| 1101 | |
| 1102 | void CLogView::OnViewPreviousProcess(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/) |
| 1103 | { |
| 1104 | FindProcess(-1); |
| 1105 | } |
| 1106 | |
| 1107 | void CLogView::AddProcessFilter(FilterType::type filterType, COLORREF bgColor, COLORREF fgColor) |
| 1108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected