| 129 | } |
| 130 | |
| 131 | LRESULT CEditWnd::OnKillFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) |
| 132 | { |
| 133 | LRESULT lRes = ::DefWindowProc(m_hWnd, uMsg, wParam, lParam); |
| 134 | PostMessage(WM_CLOSE); |
| 135 | return lRes; |
| 136 | } |
| 137 | |
| 138 | LRESULT CEditWnd::OnEditChanged(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/) |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected