| 395 | } |
| 396 | |
| 397 | STDMETHODIMP DuiLib::CWebBrowserUI::GetExternal( IDispatch** ppDispatch ) |
| 398 | { |
| 399 | if (m_pWebBrowserEventHandler) |
| 400 | { |
| 401 | return m_pWebBrowserEventHandler->GetExternal(ppDispatch); |
| 402 | } |
| 403 | return S_FALSE; |
| 404 | } |
| 405 | |
| 406 | STDMETHODIMP DuiLib::CWebBrowserUI::TranslateUrl( DWORD dwTranslate, OLECHAR* pchURLIn, OLECHAR** ppchURLOut ) |
| 407 | { |
nothing calls this directly
no outgoing calls
no test coverage detected