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

Method GetControl

DuiLib/Control/UIActiveX.cpp:1128–1135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1126}
1127
1128HRESULT CActiveXUI::GetControl(const IID iid, LPVOID* ppRet)
1129{
1130 ASSERT(ppRet!=NULL);
1131 ASSERT(*ppRet==NULL);
1132 if( ppRet == NULL ) return E_POINTER;
1133 if( m_pUnk == NULL ) return E_PENDING;
1134 return m_pUnk->QueryInterface(iid, (LPVOID*) ppRet);
1135}
1136
1137CLSID CActiveXUI::GetClisd() const
1138{

Callers 3

DoVerbMethod · 0.80
OnMouseActivateMethod · 0.80
InitializeMethod · 0.80

Calls 1

QueryInterfaceMethod · 0.45

Tested by

no test coverage detected