Data Structures |
| struct | HTMLTextAreaElement |
Defines |
| #define | COBJMACROS |
| #define | HTMLTXTAREA(x) ((IHTMLTextAreaElement*) &(x)->lpHTMLTextAreaElementVtbl) |
| #define | HTMLTXTAREA_THIS(iface) DEFINE_THIS(HTMLTextAreaElement, HTMLTextAreaElement, iface) |
| #define | HTMLTXTAREA_NODE_THIS(iface) DEFINE_THIS2(HTMLTextAreaElement, element.node, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLTextAreaElement_QueryInterface (IHTMLTextAreaElement *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLTextAreaElement_AddRef (IHTMLTextAreaElement *iface) |
| static ULONG WINAPI | HTMLTextAreaElement_Release (IHTMLTextAreaElement *iface) |
| static HRESULT WINAPI | HTMLTextAreaElement_GetTypeInfoCount (IHTMLTextAreaElement *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLTextAreaElement_GetTypeInfo (IHTMLTextAreaElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLTextAreaElement_GetIDsOfNames (IHTMLTextAreaElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLTextAreaElement_Invoke (IHTMLTextAreaElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_type (IHTMLTextAreaElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_value (IHTMLTextAreaElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_value (IHTMLTextAreaElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_name (IHTMLTextAreaElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_name (IHTMLTextAreaElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_status (IHTMLTextAreaElement *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_status (IHTMLTextAreaElement *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_disabled (IHTMLTextAreaElement *iface, VARIANT_BOOL v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_disabled (IHTMLTextAreaElement *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_form (IHTMLTextAreaElement *iface, IHTMLFormElement **p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_defaultValue (IHTMLTextAreaElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_defaultValue (IHTMLTextAreaElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_select (IHTMLTextAreaElement *iface) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_onchange (IHTMLTextAreaElement *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_onchange (IHTMLTextAreaElement *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_onselect (IHTMLTextAreaElement *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_onselect (IHTMLTextAreaElement *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_readOnly (IHTMLTextAreaElement *iface, VARIANT_BOOL v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_readOnly (IHTMLTextAreaElement *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_rows (IHTMLTextAreaElement *iface, LONG v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_rows (IHTMLTextAreaElement *iface, LONG *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_cols (IHTMLTextAreaElement *iface, LONG v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_cols (IHTMLTextAreaElement *iface, LONG *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_put_wrap (IHTMLTextAreaElement *iface, BSTR v) |
| static HRESULT WINAPI | HTMLTextAreaElement_get_wrap (IHTMLTextAreaElement *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLTextAreaElement_createTextRange (IHTMLTextAreaElement *iface, IHTMLTxtRange **range) |
| static HRESULT | HTMLTextAreaElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
| static void | HTMLTextAreaElement_destructor (HTMLDOMNode *iface) |
| static HRESULT | HTMLTextAreaElementImpl_put_disabled (HTMLDOMNode *iface, VARIANT_BOOL v) |
| static HRESULT | HTMLTextAreaElementImpl_get_disabled (HTMLDOMNode *iface, VARIANT_BOOL *p) |
| HTMLElement * | HTMLTextAreaElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem) |
Variables |
static const
IHTMLTextAreaElementVtbl | HTMLTextAreaElementVtbl |
| static const NodeImplVtbl | HTMLTextAreaElementImplVtbl |
| static const tid_t | HTMLTextAreaElement_iface_tids [] |
| static dispex_static_data_t | HTMLTextAreaElement_dispex |