|
static HTMLTextAreaElement * | impl_from_IHTMLTextAreaElement (IHTMLTextAreaElement *iface) |
|
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 HTMLTextAreaElement * | impl_from_HTMLDOMNode (HTMLDOMNode *iface) |
|
static HRESULT | HTMLTextAreaElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
|
static HRESULT | HTMLTextAreaElementImpl_put_disabled (HTMLDOMNode *iface, VARIANT_BOOL v) |
|
static HRESULT | HTMLTextAreaElementImpl_get_disabled (HTMLDOMNode *iface, VARIANT_BOOL *p) |
|
static BOOL | HTMLTextAreaElement_is_text_edit (HTMLDOMNode *iface) |
|
static void | HTMLTextAreaElement_traverse (HTMLDOMNode *iface, nsCycleCollectionTraversalCallback *cb) |
|
static void | HTMLTextAreaElement_unlink (HTMLDOMNode *iface) |
|
HRESULT | HTMLTextAreaElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem, HTMLElement **elem) |
|