Home
last modified time | relevance | path

Searched refs:DoVerb (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/winetests/mshtml/
H A Dactivex.c65 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 Dolecli_main.c41 OLESTATUS (CALLBACK *DoVerb)(_LPOLEOBJECT,UINT16,BOOL16,BOOL16);
/reactos/sdk/include/psdk/
H A Dole.h155 OLESTATUS (CALLBACK* DoVerb)(LPOLEOBJECT,UINT,BOOL,BOOL);
H A Doleidl.idl694 HRESULT DoVerb(
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dwebchild.h167 hr = ole_obj->DoVerb(iVerb, NULL, this, 0, 0/*hwnd*/, NULL/*&rcPos*/);
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp3729 …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 Dactivex.cpp4811 …virtual STDMETHODIMP IOleObject::DoVerb(LONG iVerb, LPMSG lpmsg, IOleClientSite * pActiveSite, LON… in DoVerb() function in SEALED_::IOleObject