| 502 | } |
| 503 | |
| 504 | STDMETHODIMP CActiveXCtrl::ScrollRect(INT dx, INT dy, LPCRECT pRectScroll, LPCRECT pRectClip) |
| 505 | { |
| 506 | DUITRACE(_T("AX: CActiveXCtrl::ScrollRect")); |
| 507 | return S_OK; |
| 508 | } |
| 509 | |
| 510 | STDMETHODIMP CActiveXCtrl::AdjustRect(LPRECT prc) |
| 511 | { |
nothing calls this directly
no outgoing calls
no test coverage detected