MCPcopy Create free account
hub / github.com/SOUI2/soui / GetAxHostWindow

Method GetAxHostWindow

SOUI/src/control/SActiveX.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16 protected:
17 virtual HWND GetAxHostWindow() const
18 {
19 return m_pOwner->GetContainer()->GetHostHwnd();
20 }
21 virtual void OnAxActivate(IUnknown *pCtrl)
22 {
23 m_pOwner->OnAxActivate(pCtrl);

Callers 5

DoVerbFunction · 0.80
STDMETHOD(ShowObject)Function · 0.80
STDMETHOD(GetWindow)Function · 0.80

Calls 2

GetContainerMethod · 0.80
GetHostHwndMethod · 0.45

Tested by

no test coverage detected