Searched refs:DoVerb (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | activex.c | 65 DEFINE_EXPECT(DoVerb); 1090 CHECK_EXPECT(DoVerb); in OleObject_DoVerb() 2403 SET_EXPECT(DoVerb); in test_flash_ax() 2421 CHECK_CALLED(DoVerb); in test_flash_ax() 2478 SET_EXPECT(DoVerb); in test_noquickact_ax() 2494 CHECK_CALLED(DoVerb); in test_noquickact_ax() 2523 SET_EXPECT(DoVerb); in test_event_binding() 2544 CHECK_CALLED(DoVerb); in test_event_binding() 2647 SET_EXPECT(DoVerb); in test_create_element() 2651 todo_wine CHECK_CALLED(DoVerb); in test_create_element()
|
/reactos/dll/win32/olecli32/ |
H A D | olecli_main.c | 41 OLESTATUS (CALLBACK *DoVerb)(_LPOLEOBJECT,UINT16,BOOL16,BOOL16);
|
/reactos/sdk/include/psdk/ |
H A D | ole.h | 155 OLESTATUS (CALLBACK* DoVerb)(LPOLEOBJECT,UINT,BOOL,BOOL);
|
H A D | oleidl.idl | 694 HRESULT DoVerb(
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | webchild.h | 167 hr = ole_obj->DoVerb(iVerb, NULL, this, 0, 0/*hwnd*/, NULL/*&rcPos*/);
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 3729 …virtual HRESULT STDMETHODCALLTYPE DoVerb(LONG iVerb, LPMSG lpmsg, IOleClientSite * pActiveSite, LO… in DoVerb() function in __anon546e5f950111::CoClass 3733 HRESULT hr = pIOleObject->DoVerb(iVerb, lpmsg, pActiveSite, lindex, hwndParent, lprcPosRect); in DoVerb()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 4811 …virtual STDMETHODIMP IOleObject::DoVerb(LONG iVerb, LPMSG lpmsg, IOleClientSite * pActiveSite, LON… in DoVerb() function in SEALED_::IOleObject
|