| 823 | } |
| 824 | |
| 825 | LRESULT CActiveXWnd::OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) |
| 826 | { |
| 827 | bHandled = FALSE; |
| 828 | m_pOwner->m_bFocused = true; |
| 829 | if( !m_pOwner->m_bUIActivated ) DoVerb(OLEIVERB_UIACTIVATE); |
| 830 | return 0; |
| 831 | } |
| 832 | |
| 833 | LRESULT CActiveXWnd::OnKillFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) |
| 834 | { |
nothing calls this directly
no outgoing calls
no test coverage detected