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

Method CActiveXCtrl

DuiLib/Control/UIActiveX.cpp:304–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302};
303
304CActiveXCtrl::CActiveXCtrl() :
305m_dwRef(1),
306m_pOwner(NULL),
307m_pWindow(NULL),
308m_pUnkSite(NULL),
309m_pViewObject(NULL),
310m_pInPlaceObject(NULL),
311m_bLocked(false),
312m_bFocused(false),
313m_bCaptured(false),
314m_bWindowless(true),
315m_bUIActivated(false),
316m_bInPlaceActive(false)
317{
318}
319
320CActiveXCtrl::~CActiveXCtrl()
321{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected