Data Structures |
| struct | HTMLGenericElement |
Defines |
| #define | COBJMACROS |
| #define | HTMLGENERIC(x) (&(x)->lpHTMLGenericElementVtbl) |
| #define | HTMLGENERIC_THIS(iface) DEFINE_THIS(HTMLGenericElement, HTMLGenericElement, iface) |
| #define | HTMLGENERIC_NODE_THIS(iface) DEFINE_THIS2(HTMLGenericElement, element.node, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLGenericElement_QueryInterface (IHTMLGenericElement *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLGenericElement_AddRef (IHTMLGenericElement *iface) |
| static ULONG WINAPI | HTMLGenericElement_Release (IHTMLGenericElement *iface) |
| static HRESULT WINAPI | HTMLGenericElement_GetTypeInfoCount (IHTMLGenericElement *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLGenericElement_GetTypeInfo (IHTMLGenericElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLGenericElement_GetIDsOfNames (IHTMLGenericElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLGenericElement_Invoke (IHTMLGenericElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLGenericElement_get_recordset (IHTMLGenericElement *iface, IDispatch **p) |
| static HRESULT WINAPI | HTMLGenericElement_namedRecordset (IHTMLGenericElement *iface, BSTR dataMember, VARIANT *hierarchy, IDispatch **ppRecordset) |
| static HRESULT | HTMLGenericElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
| static void | HTMLGenericElement_destructor (HTMLDOMNode *iface) |
| HTMLElement * | HTMLGenericElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem) |
Variables |
static const
IHTMLGenericElementVtbl | HTMLGenericElementVtbl |
| static const NodeImplVtbl | HTMLGenericElementImplVtbl |
| static const tid_t | HTMLGenericElement_iface_tids [] |
| static dispex_static_data_t | HTMLGenericElement_dispex |