| 261 | } |
| 262 | |
| 263 | STDMETHODIMP DuiLib::CWebBrowserUI::GetHostInfo( DOCHOSTUIINFO* pInfo ) |
| 264 | { |
| 265 | if (m_pWebBrowserEventHandler) |
| 266 | { |
| 267 | return m_pWebBrowserEventHandler->GetHostInfo(pInfo); |
| 268 | } |
| 269 | return E_NOTIMPL; |
| 270 | } |
| 271 | |
| 272 | STDMETHODIMP DuiLib::CWebBrowserUI::ShowUI( DWORD dwID, IOleInPlaceActiveObject* pActiveObject, IOleCommandTarget* pCommandTarget, IOleInPlaceFrame* pFrame, IOleInPlaceUIWindow* pDoc ) |
| 273 | { |
nothing calls this directly
no outgoing calls
no test coverage detected