| 449 | } |
| 450 | |
| 451 | STDMETHODIMP CActiveXCtrl::GetFocus(void) |
| 452 | { |
| 453 | DUITRACE(_T("AX: CActiveXCtrl::GetFocus")); |
| 454 | if( m_pOwner == NULL ) return E_UNEXPECTED; |
| 455 | return m_bFocused ? S_OK : S_FALSE; |
| 456 | } |
| 457 | |
| 458 | STDMETHODIMP CActiveXCtrl::SetFocus(BOOL fFocus) |
| 459 | { |
nothing calls this directly
no outgoing calls
no test coverage detected