Data Structures |
| struct | HTMLCommentElement |
Defines |
| #define | COBJMACROS |
| #define | HTMLCOMMENT(x) (&(x)->lpIHTMLCommentElementVtbl) |
| #define | HTMLCOMMENT_THIS(iface) DEFINE_THIS(HTMLCommentElement, IHTMLCommentElement, iface) |
| #define | HTMLCOMMENT_NODE_THIS(iface) DEFINE_THIS2(HTMLCommentElement, element.node, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLCommentElement_QueryInterface (IHTMLCommentElement *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLCommentElement_AddRef (IHTMLCommentElement *iface) |
| static ULONG WINAPI | HTMLCommentElement_Release (IHTMLCommentElement *iface) |
| static HRESULT WINAPI | HTMLCommentElement_GetTypeInfoCount (IHTMLCommentElement *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLCommentElement_GetTypeInfo (IHTMLCommentElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLCommentElement_GetIDsOfNames (IHTMLCommentElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLCommentElement_Invoke (IHTMLCommentElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLCommentElement_put_text (IHTMLCommentElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLCommentElement_get_text (IHTMLCommentElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLCommentElement_put_atomic (IHTMLCommentElement *iface, LONG v) |
| static HRESULT WINAPI | HTMLCommentElement_get_atomic (IHTMLCommentElement *iface, LONG *p) |
| static HRESULT | HTMLCommentElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
| static void | HTMLCommentElement_destructor (HTMLDOMNode *iface) |
| HTMLElement * | HTMLCommentElement_Create (HTMLDocumentNode *doc, nsIDOMNode *nsnode) |
Variables |
static const
IHTMLCommentElementVtbl | HTMLCommentElementVtbl |
| static const NodeImplVtbl | HTMLCommentElementImplVtbl |
| static const tid_t | HTMLCommentElement_iface_tids [] |
| static dispex_static_data_t | HTMLCommentElement_dispex |