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

Method GetInterface

DuiLib/Control/UIFlash.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 LPVOID CFlashUI::GetInterface( LPCTSTR pstrName )
44 {
45 if( _tcscmp(pstrName, DUI_CTR_FLASH) == 0 ) return static_cast<CFlashUI*>(this);
46 return CActiveXUI::GetInterface(pstrName);
47 }
48
49 HRESULT STDMETHODCALLTYPE CFlashUI::GetTypeInfoCount( __RPC__out UINT *pctinfo )
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected