/reactos/dll/win32/oleaut32/ |
H A D | dispatch.c | 205 IDispatch IDispatch_iface; member 213 return CONTAINING_RECORD(iface, StdDispatch, IDispatch_iface); in impl_from_IDispatch() 451 pStdDispatch->IDispatch_iface.lpVtbl = &StdDispatch_VTable; in CreateStdDispatch() 459 *stddisp = (IUnknown*)&pStdDispatch->IDispatch_iface; in CreateStdDispatch()
|
H A D | olepicture.c | 116 IDispatch IDispatch_iface; member 163 return CONTAINING_RECORD(iface, OLEPictureImpl, IDispatch_iface); in impl_from_IDispatch() 301 newObject->IDispatch_iface.lpVtbl = &OLEPictureImpl_IDispatch_VTable; in OLEPictureImpl_Construct() 475 *ppvObject = &This->IDispatch_iface; in OLEPictureImpl_QueryInterface() 477 *ppvObject = &This->IDispatch_iface; in OLEPictureImpl_QueryInterface()
|
H A D | olefont.c | 254 IDispatch IDispatch_iface; member 296 return CONTAINING_RECORD(iface, OLEFontImpl, IDispatch_iface); in impl_from_IDispatch() 479 *ppvObject = &this->IDispatch_iface; in OLEFontImpl_QueryInterface() 2158 newObject->IDispatch_iface.lpVtbl = &OLEFontImpl_IDispatch_VTable; in OLEFontImpl_Construct()
|
/reactos/dll/win32/msi/ |
H A D | automation.c | 142 IDispatch IDispatch_iface; member 207 *ppvObject = &This->IDispatch_iface; in AutomationObject_QueryInterface() 448 return IDispatch_AddRef(&This->IDispatch_iface); in ProvideMultipleClassInfo_AddRef() 454 return IDispatch_Release(&This->IDispatch_iface); in ProvideMultipleClassInfo_Release() 1007 *disp = &record->IDispatch_iface; in create_record() 1118 *dispatch = &list->autoobj.IDispatch_iface; in create_list() 2437 *ppObj = &installer->IDispatch_iface; in create_msiserver() 2452 *disp = &session->autoobj.IDispatch_iface; in create_session() 2468 *dispatch = &database->IDispatch_iface; in create_database() 2484 *dispatch = &view->IDispatch_iface; in create_view() [all …]
|
/reactos/dll/win32/mshtml/ |
H A D | pluginhost.c | 459 IDispatch IDispatch_iface; member 518 return CONTAINING_RECORD(iface, PHEventSink, IDispatch_iface); in PHEventSink_from_IDispatch() 527 *ppv = &This->IDispatch_iface; in PHEventSink_QueryInterface() 530 *ppv = &This->IDispatch_iface; in PHEventSink_QueryInterface() 533 *ppv = &This->IDispatch_iface; in PHEventSink_QueryInterface() 690 ret->IDispatch_iface.lpVtbl = &PHCPDispatchVtbl; in create_event_sink() 836 *ppv = &This->IDispatch_iface; in PHClientSite_QueryInterface() 909 IDispatch_Release(&This->sink->IDispatch_iface); in PHClientSite_Release() 1133 return CONTAINING_RECORD(iface, PluginHost, IDispatch_iface); in impl_from_IDispatch() 2032 IDispatch_Release(&host->sink->IDispatch_iface); in detach_plugin_host() [all …]
|
H A D | pluginhost.h | 28 IDispatch IDispatch_iface; member
|
/reactos/dll/win32/ieframe/ |
H A D | client.c | 71 *ppv = &This->IDispatch_iface; in ClientSite_QueryInterface() 525 return CONTAINING_RECORD(iface, DocHost, IDispatch_iface); in impl_from_IDispatch() 718 This->IDispatch_iface.lpVtbl = &DispatchVtbl; in DocHost_ClientSite_Init()
|
H A D | ieframe.h | 126 IDispatch IDispatch_iface; member
|
/reactos/dll/win32/vbscript/ |
H A D | global.c | 65 return CONTAINING_RECORD(iface, BuiltinDisp, IDispatch_iface); in impl_from_IDispatch() 74 *ppv = &This->IDispatch_iface; in Builtin_QueryInterface() 77 *ppv = &This->IDispatch_iface; in Builtin_QueryInterface() 283 disp->IDispatch_iface.lpVtbl = &BuiltinDispVtbl; in create_builtin_dispatch() 2504 V_DISPATCH(res) = &This->ctx->err_obj->IDispatch_iface; in Global_Err() 2859 IDispatch_Release(&ctx->err_obj->IDispatch_iface); in detach_global_objects() 2865 IDispatch_Release(&ctx->global_obj->IDispatch_iface); in detach_global_objects()
|
H A D | vbscript.h | 144 IDispatch IDispatch_iface; member
|
H A D | interp.c | 179 ref->u.d.disp = &ctx->script->global_obj->IDispatch_iface; in lookup_identifier()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | vartype.c | 285 IDispatch IDispatch_iface; member 879 V_DISPATCH(&vSrc) = &dispatch.IDispatch_iface; in test_VarUI1FromDisp() 5341 pu = (IUnknown*)&u.IDispatch_iface; in test_IUnknownClear() 5345 V_UNKNOWN(&v) = (IUnknown*)&u.IDispatch_iface; in test_IUnknownClear() 5369 pu = (IUnknown*)&u.IDispatch_iface; in test_IUnknownCopy() 5420 pu = (IUnknown*)&u.IDispatch_iface; in test_IUnknownChangeTypeEx() 5498 pd = &d.IDispatch_iface; in test_IDispatchClear() 5526 pd = &d.IDispatch_iface; in test_IDispatchCopy() 5574 pd = &d.IDispatch_iface; in test_IDispatchChangeTypeEx() 6077 teststruct.disp = &dispatch.IDispatch_iface; in test_recinfo() [all …]
|
H A D | vartest.c | 128 IDispatch IDispatch_iface; member 135 return CONTAINING_RECORD(iface, DummyDispatch, IDispatch_iface); in impl_from_IDispatch() 239 dispatch->IDispatch_iface.lpVtbl = &DummyDispatch_VTable; in init_test_dispatch() 6095 V_DISPATCH(&left) = &dispatch.IDispatch_iface; in test_VarCat() 6110 V_DISPATCH(&right) = &dispatch.IDispatch_iface; in test_VarCat() 6125 V_DISPATCH(&right) = &dispatch.IDispatch_iface; in test_VarCat() 6142 V_DISPATCH(&right) = &dispatch.IDispatch_iface; in test_VarCat() 6156 V_DISPATCH(&right) = &dispatch.IDispatch_iface; in test_VarCat()
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | httpreq.c | 1217 IDispatch IDispatch_iface; member 1225 return CONTAINING_RECORD(iface, dispevent, IDispatch_iface); in impl_from_IDispatch() 1336 event->IDispatch_iface.lpVtbl = &dispeventVtbl; in create_dispevent() 1339 return &event->IDispatch_iface; in create_dispevent()
|
H A D | domdoc.c | 138 IDispatch IDispatch_iface; member 144 return CONTAINING_RECORD(iface, dispevent, IDispatch_iface); in impl_from_IDispatch() 238 event->IDispatch_iface.lpVtbl = &dispeventVtbl; in create_dispevent() 241 return (IDispatch*)&event->IDispatch_iface; in create_dispevent()
|
/reactos/modules/rostests/winetests/shlwapi/ |
H A D | ordinal.c | 832 IDispatch IDispatch_iface; member 838 return CONTAINING_RECORD(iface, Disp, IDispatch_iface); in impl_from_IDispatch() 1469 dispatch->IDispatch_iface.lpVtbl = &disp_vtbl; in test_IConnectionPoint()
|