Searched refs:OLEIVERB_SHOW (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/mshtml/ |
H A D | hlink.c | 76 return IOleObject_DoVerb(&This->IOleObject_iface, OLEIVERB_SHOW, NULL, NULL, -1, NULL, NULL); in HlinkTarget_Navigate()
|
H A D | oleobj.c | 516 … if(iVerb != OLEIVERB_SHOW && iVerb != OLEIVERB_UIACTIVATE && iVerb != OLEIVERB_INPLACEACTIVATE) { in OleObject_DoVerb()
|
/reactos/sdk/include/psdk/ |
H A D | ole2.h | 39 #define OLEIVERB_SHOW (-1L) macro
|
/reactos/dll/win32/ieframe/ |
H A D | oleobject.c | 380 …{{OLEIVERB_PRIMARY},{OLEIVERB_INPLACEACTIVATE},{OLEIVERB_UIACTIVATE},{OLEIVERB_SHOW},{OLEIVERB_HID… in EnumOLEVERB_Next() 665 case OLEIVERB_SHOW: in OleObject_DoVerb()
|
H A D | dochost.c | 172 …hres = IOleObject_DoVerb(ole_object, OLEIVERB_SHOW, NULL, &This->IOleClientSite_iface, -1, This->h… in object_available()
|
/reactos/dll/win32/hhctrl.ocx/ |
H A D | webbrowser.c | 701 hr = IOleObject_DoVerb(container->ole_obj, OLEIVERB_SHOW, NULL, in InitWebBrowser()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 4818 case OLEIVERB_SHOW: in DoVerb()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | htmldoc.c | 6765 hres = IOleObject_DoVerb(oleobj, OLEIVERB_SHOW, NULL, &ClientSite, -1, container_hwnd, &rect); in test_DoVerb()
|