| 649 | } |
| 650 | |
| 651 | STDMETHODIMP CActiveXCtrl::OnPosRectChange(LPCRECT lprcPosRect) |
| 652 | { |
| 653 | DUITRACE(_T("AX: CActiveXCtrl::OnPosRectChange")); |
| 654 | return E_NOTIMPL; |
| 655 | } |
| 656 | |
| 657 | STDMETHODIMP CActiveXCtrl::GetWindow(HWND* phwnd) |
| 658 | { |
nothing calls this directly
no outgoing calls
no test coverage detected