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

Method DoFind

WinArk/MainFrame.cpp:810–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

OnFindReplaceMessageMethod · 0.45
OnFindNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected