Home
last modified time | relevance | path

Searched refs:OLEIVERB_SHOW (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dhlink.c76 return IOleObject_DoVerb(&This->IOleObject_iface, OLEIVERB_SHOW, NULL, NULL, -1, NULL, NULL); in HlinkTarget_Navigate()
H A Doleobj.c516 … if(iVerb != OLEIVERB_SHOW && iVerb != OLEIVERB_UIACTIVATE && iVerb != OLEIVERB_INPLACEACTIVATE) { in OleObject_DoVerb()
/reactos/sdk/include/psdk/
H A Dole2.h39 #define OLEIVERB_SHOW (-1L) macro
/reactos/dll/win32/ieframe/
H A Doleobject.c380 …{{OLEIVERB_PRIMARY},{OLEIVERB_INPLACEACTIVATE},{OLEIVERB_UIACTIVATE},{OLEIVERB_SHOW},{OLEIVERB_HID… in EnumOLEVERB_Next()
665 case OLEIVERB_SHOW: in OleObject_DoVerb()
H A Ddochost.c172 …hres = IOleObject_DoVerb(ole_object, OLEIVERB_SHOW, NULL, &This->IOleClientSite_iface, -1, This->h… in object_available()
/reactos/dll/win32/hhctrl.ocx/
H A Dwebbrowser.c701 hr = IOleObject_DoVerb(container->ole_obj, OLEIVERB_SHOW, NULL, in InitWebBrowser()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp4818 case OLEIVERB_SHOW: in DoVerb()
/reactos/modules/rostests/winetests/mshtml/
H A Dhtmldoc.c6765 hres = IOleObject_DoVerb(oleobj, OLEIVERB_SHOW, NULL, &ClientSite, -1, container_hwnd, &rect); in test_DoVerb()