| 831 | } |
| 832 | |
| 833 | LRESULT CActiveXWnd::OnKillFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) |
| 834 | { |
| 835 | bHandled = FALSE; |
| 836 | m_pOwner->m_bFocused = false; |
| 837 | return 0; |
| 838 | } |
| 839 | |
| 840 | LRESULT CActiveXWnd::OnPaint(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) |
| 841 | { |
nothing calls this directly
no outgoing calls
no test coverage detected