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

Method GetInterface

DuiLib/Control/UIWebBrowser.cpp:479–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479LPVOID DuiLib::CWebBrowserUI::GetInterface( LPCTSTR pstrName )
480{
481 if( _tcscmp(pstrName, DUI_CTR_WEBBROWSER) == 0 ) return static_cast<CWebBrowserUI*>(this);
482 return CActiveXUI::GetInterface(pstrName);
483}
484
485void DuiLib::CWebBrowserUI::SetHomePage( LPCTSTR lpszUrl )
486{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected