Home
last modified time | relevance | path

Searched refs:obj_site (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/jscript/
H A Dactivex.c60 IObjectWithSite *obj_site; in create_activex_object() local
122 hres = IUnknown_QueryInterface(obj, &IID_IObjectWithSite, (void**)&obj_site); in create_activex_object()
128 hres = IObjectWithSite_SetSite(obj_site, ax_site); in create_activex_object()
131 IObjectWithSite_Release(obj_site); in create_activex_object()
/reactos/modules/rostests/winetests/msxml3/
H A Dhttpreq.c1379 IObjectWithSite *obj_site; in set_xhr_site() local
1382 hr = IXMLHttpRequest_QueryInterface(xhr, &IID_IObjectWithSite, (void**)&obj_site); in set_xhr_site()
1402 hr = IObjectWithSite_SetSite(obj_site, &testsite); in set_xhr_site()
1427 IObjectWithSite_Release(obj_site); in set_xhr_site()
1467 IObjectWithSite *obj_site, *obj_site2; in test_XMLHTTP() local
1736 hr = IXMLHttpRequest_QueryInterface(xhr, &IID_IObjectWithSite, (void**)&obj_site); in test_XMLHTTP()
1739 hr = IObjectWithSite_SetSite(obj_site, NULL); in test_XMLHTTP()
1744 ok(obj_site == obj_site2 || broken(obj_site != obj_site2), "got new instance\n"); in test_XMLHTTP()
1763 hr = IObjectWithSite_SetSite(obj_site, &testsite); in test_XMLHTTP()
1766 IObjectWithSite_Release(obj_site); in test_XMLHTTP()
/reactos/dll/win32/vbscript/
H A Dglobal.c467 IObjectWithSite *obj_site; in set_object_site() local
471 hres = IUnknown_QueryInterface(obj, &IID_IObjectWithSite, (void**)&obj_site); in set_object_site()
477 hres = IObjectWithSite_SetSite(obj_site, ax_site); in set_object_site()
482 IObjectWithSite_Release(obj_site); in set_object_site()