Home
last modified time | relevance | path

Searched refs:pUIHandler (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dmshtmhst.idl240 HRESULT SetUIHandler([in] IDocHostUIHandler *pUIHandler);
/reactos/dll/win32/mshtml/
H A Dhtmldoc.c4770 static HRESULT WINAPI CustomDoc_SetUIHandler(ICustomDoc *iface, IDocHostUIHandler *pUIHandler) in CustomDoc_SetUIHandler() argument
4776 TRACE("(%p)->(%p)\n", This, pUIHandler); in CustomDoc_SetUIHandler()
4778 if(This->custom_hostui && This->hostui == pUIHandler) in CustomDoc_SetUIHandler()
4785 if(pUIHandler) in CustomDoc_SetUIHandler()
4786 IDocHostUIHandler_AddRef(pUIHandler); in CustomDoc_SetUIHandler()
4787 This->hostui = pUIHandler; in CustomDoc_SetUIHandler()
4788 if(!pUIHandler) in CustomDoc_SetUIHandler()
4791 hres = IDocHostUIHandler_QueryInterface(pUIHandler, &IID_IOleCommandTarget, (void**)&cmdtrg); in CustomDoc_SetUIHandler()