Data Structures |
| struct | HTMLFrameElement |
Defines |
| #define | COBJMACROS |
| #define | HTMLFRAMEELEM3(x) ((IHTMLFrameElement3*) &(x)->lpIHTMLFrameElement3Vtbl) |
| #define | HTMLFRAME3_THIS(iface) DEFINE_THIS(HTMLFrameElement, IHTMLFrameElement3, iface) |
| #define | HTMLFRAME_NODE_THIS(iface) DEFINE_THIS2(HTMLFrameElement, framebase.element.node, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLFrameElement3_QueryInterface (IHTMLFrameElement3 *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLFrameElement3_AddRef (IHTMLFrameElement3 *iface) |
| static ULONG WINAPI | HTMLFrameElement3_Release (IHTMLFrameElement3 *iface) |
| static HRESULT WINAPI | HTMLFrameElement3_GetTypeInfoCount (IHTMLFrameElement3 *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLFrameElement3_GetTypeInfo (IHTMLFrameElement3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLFrameElement3_GetIDsOfNames (IHTMLFrameElement3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLFrameElement3_Invoke (IHTMLFrameElement3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLFrameElement3_get_contentDocument (IHTMLFrameElement3 *iface, IDispatch **p) |
| static HRESULT WINAPI | HTMLFrameElement3_put_src (IHTMLFrameElement3 *iface, BSTR v) |
| static HRESULT WINAPI | HTMLFrameElement3_get_src (IHTMLFrameElement3 *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLFrameElement3_put_longDesc (IHTMLFrameElement3 *iface, BSTR v) |
| static HRESULT WINAPI | HTMLFrameElement3_get_longDesc (IHTMLFrameElement3 *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLFrameElement3_put_frameBorder (IHTMLFrameElement3 *iface, BSTR v) |
| static HRESULT WINAPI | HTMLFrameElement3_get_frameBorder (IHTMLFrameElement3 *iface, BSTR *p) |
| static HRESULT | HTMLFrameElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
| static void | HTMLFrameElement_destructor (HTMLDOMNode *iface) |
| static HRESULT | HTMLFrameElement_get_document (HTMLDOMNode *iface, IDispatch **p) |
| static HRESULT | HTMLFrameElement_get_dispid (HTMLDOMNode *iface, BSTR name, DWORD grfdex, DISPID *pid) |
| static HRESULT | HTMLFrameElement_invoke (HTMLDOMNode *iface, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
| static HRESULT | HTMLFrameElement_bind_to_tree (HTMLDOMNode *iface) |
| HTMLElement * | HTMLFrameElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem) |
Variables |
| static const IHTMLFrameElement3Vtbl | HTMLFrameElement3Vtbl |
| static const NodeImplVtbl | HTMLFrameElementImplVtbl |
| static const tid_t | HTMLFrameElement_iface_tids [] |
| static dispex_static_data_t | HTMLFrameElement_dispex |