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

Method GetExtendedControl

DuiLib/Control/UIActiveX.cpp:685–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685STDMETHODIMP CActiveXCtrl::GetExtendedControl(IDispatch** ppDisp)
686{
687 DUITRACE(_T("AX: CActiveXCtrl::GetExtendedControl"));
688 if( ppDisp == NULL ) return E_POINTER;
689 if( m_pOwner == NULL ) return E_UNEXPECTED;
690 if( m_pOwner->m_pUnk == NULL ) return E_UNEXPECTED;
691 return m_pOwner->m_pUnk->QueryInterface(IID_IDispatch, (LPVOID*) ppDisp);
692}
693
694STDMETHODIMP CActiveXCtrl::TransformCoords(POINTL* pPtlHimetric, POINTF* pPtfContainer, DWORD dwFlags)
695{

Callers

nothing calls this directly

Calls 1

QueryInterfaceMethod · 0.45

Tested by

no test coverage detected