| 808 | } |
| 809 | |
| 810 | void CMainFrame::DoFind(PCWSTR text, const QuickFindOptions& options) { |
| 811 | m_pEtwView->SendMessage(WM_COMMAND, ID_SEARCH_FINDNEXT); |
| 812 | } |
| 813 | |
| 814 | void CMainFrame::WindowClosed() { |
| 815 | m_pQuickFindDlg = nullptr; |
no outgoing calls
no test coverage detected