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

Method GetInterface

DuiLib/Control/UIActiveX.cpp:868–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868LPVOID CActiveXUI::GetInterface(LPCTSTR pstrName)
869{
870 if( _tcscmp(pstrName, DUI_CTR_ACTIVEX) == 0 ) return static_cast<CActiveXUI*>(this);
871 return CControlUI::GetInterface(pstrName);
872}
873
874HWND CActiveXUI::GetHostWindow() const
875{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected