Home | Info | Community | Development | myReactOS | Contact Us
OLEIVERB_INPLACEACTIVATE
0
NULL
[inline]
Definition at line 159 of file webchild.h.
Referenced by IPCtrlWindow< ChildWindow, SIfacePtr< IWebBrowser2 > >::create_control().
{ HRESULT hr = ole_obj->SetClientSite(this); if (FAILED(hr)) return hr; // hr = ole_obj->SetHostNames(app, doc)); hr = ole_obj->DoVerb(iVerb, NULL, this, 0, 0/*hwnd*/, NULL/*&rcPos*/); return hr; }