ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

htmltextarea.c File Reference
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "ole2.h"
#include "wine/debug.h"
#include "mshtml_private.h"

Go to the source code of this file.

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)
HTMLElementHTMLTextAreaElement_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

Generated on Sun May 27 2012 05:13:46 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.