shdocvw: Implement OLEIVER_HIDE.

crwulff (none) crwulff at cybertron.
Tue Oct 30 22:46:36 CDT 2007


---
 dlls/shdocvw/oleobject.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/dlls/shdocvw/oleobject.c b/dlls/shdocvw/oleobject.c
index aa1edfe..81ade7b 100644
--- a/dlls/shdocvw/oleobject.c
+++ b/dlls/shdocvw/oleobject.c
@@ -416,6 +416,11 @@ static HRESULT WINAPI OleObject_DoVerb(IOleObject *iface, LONG iVerb, struct tag
     case OLEIVERB_INPLACEACTIVATE:
         TRACE("OLEIVERB_INPLACEACTIVATE\n");
         return activate_inplace(This, pActiveSite);
+    case OLEIVERB_HIDE:
+        TRACE("OLEIVERB_HIDE\n");
+        if(This->doc_host.hwnd)
+            ShowWindow(This->doc_host.hwnd, SW_HIDE);
+        return S_OK;
     default:
         FIXME("stub for %d\n", iVerb);
         break;
-- 
1.5.2.5


--=-qawJpINkd4xNf2gT4/fN--




More information about the wine-patches mailing list