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

Method OnFindNext

WinArk/QuickFindDlg.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39LRESULT CQuickFindDlg::OnFindNext(WORD, WORD wID, HWND, BOOL&) {
40 m_QuickFind->DoFind(m_SearchText, m_Options);
41
42 return 0;
43}
44
45LRESULT CQuickFindDlg::OnTextChanged(WORD, WORD wID, HWND, BOOL&) {
46 GetDlgItem(IDC_TEXT).GetWindowText(m_SearchText);

Callers

nothing calls this directly

Calls 1

DoFindMethod · 0.45

Tested by

no test coverage detected