MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetHostInfo

Method GetHostInfo

DuiLib/Control/UIWebBrowser.cpp:263–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected