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

Method DoCreateControl

DuiLib/Control/UIFlash.cpp:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 bool CFlashUI::DoCreateControl()
182 {
183 if (!CActiveXUI::DoCreateControl())
184 return false;
185 //GetManager()->AddTranslateAccelerator(this);
186 GetControl(__uuidof(IShockwaveFlash),(LPVOID*)&m_pFlash);
187 RegisterEventHandler(TRUE);
188 return true;
189 }
190
191 void CFlashUI::SetFlashEventHandler( CFlashEventHandler* pHandler )
192 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected