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

Method OnFinalMessage

WinArk/QuickFindDlg.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void CQuickFindDlg::OnFinalMessage(HWND) {
53 m_QuickFind->WindowClosed();
54 delete this;
55}
56
57bool CQuickFindDlg::IsChecked(UINT id) const {
58 return IsDlgButtonChecked(id) == BST_CHECKED;

Callers

nothing calls this directly

Calls 1

WindowClosedMethod · 0.80

Tested by

no test coverage detected