Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dhtmlobject.c25 IHTMLObjectElement2 IHTMLObjectElement2_iface; member
106 return IHTMLObjectElement2_get_classid(&This->IHTMLObjectElement2_iface, p); in HTMLObjectElement_get_classid()
115 return IHTMLObjectElement2_get_data(&This->IHTMLObjectElement2_iface, p); in HTMLObjectElement_get_data()
493 return CONTAINING_RECORD(iface, HTMLObjectElement, IHTMLObjectElement2_iface); in impl_from_IHTMLObjectElement2()
641 *ppv = &This->IHTMLObjectElement2_iface; in HTMLObjectElement_QI()
774 ret->IHTMLObjectElement2_iface.lpVtbl = &HTMLObjectElement2Vtbl; in HTMLObjectElement_Create()