Searched refs:pUIHandler (Results 1 – 2 of 2) sorted by relevance
240 HRESULT SetUIHandler([in] IDocHostUIHandler *pUIHandler);
4770 static HRESULT WINAPI CustomDoc_SetUIHandler(ICustomDoc *iface, IDocHostUIHandler *pUIHandler) in CustomDoc_SetUIHandler() argument4776 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()