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

htmlinput.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"
#include "htmlevent.h"

Go to the source code of this file.

Data Structures

struct  HTMLInputElement

Defines

#define COBJMACROS
#define HTMLINPUT(x)   ((IHTMLInputElement*) &(x)->lpHTMLInputElementVtbl)
#define HTMLINPUTTEXT(x)   (&(x)->lpHTMLInputTextElementVtbl)
#define HTMLINPUT_THIS(iface)   DEFINE_THIS(HTMLInputElement, HTMLInputElement, iface)
#define HTMLINPUTTEXT_THIS(iface)   DEFINE_THIS(HTMLInputElement, HTMLInputTextElement, iface)
#define HTMLINPUT_NODE_THIS(iface)   DEFINE_THIS2(HTMLInputElement, element.node, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLInputElement_QueryInterface (IHTMLInputElement *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLInputElement_AddRef (IHTMLInputElement *iface)
static ULONG WINAPI HTMLInputElement_Release (IHTMLInputElement *iface)
static HRESULT WINAPI HTMLInputElement_GetTypeInfoCount (IHTMLInputElement *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLInputElement_GetTypeInfo (IHTMLInputElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLInputElement_GetIDsOfNames (IHTMLInputElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLInputElement_Invoke (IHTMLInputElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLInputElement_put_type (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_type (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_value (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_value (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_name (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_name (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_status (IHTMLInputElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputElement_get_status (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_put_disabled (IHTMLInputElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputElement_get_disabled (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_get_form (IHTMLInputElement *iface, IHTMLFormElement **p)
static HRESULT WINAPI HTMLInputElement_put_size (IHTMLInputElement *iface, LONG v)
static HRESULT WINAPI HTMLInputElement_get_size (IHTMLInputElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputElement_put_maxLength (IHTMLInputElement *iface, LONG v)
static HRESULT WINAPI HTMLInputElement_get_maxLength (IHTMLInputElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputElement_select (IHTMLInputElement *iface)
static HRESULT WINAPI HTMLInputElement_put_onchange (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_onchange (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_onselect (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_onselect (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_defaultValue (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_defaultValue (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_readOnly (IHTMLInputElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputElement_get_readOnly (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_createTextRange (IHTMLInputElement *iface, IHTMLTxtRange **range)
static HRESULT WINAPI HTMLInputElement_put_indeterminate (IHTMLInputElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputElement_get_indeterminate (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_put_defaultChecked (IHTMLInputElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputElement_get_defaultChecked (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_put_checked (IHTMLInputElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputElement_get_checked (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_put_border (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_border (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_vspace (IHTMLInputElement *iface, LONG v)
static HRESULT WINAPI HTMLInputElement_get_vspace (IHTMLInputElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputElement_put_hspace (IHTMLInputElement *iface, LONG v)
static HRESULT WINAPI HTMLInputElement_get_hspace (IHTMLInputElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputElement_put_alt (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_alt (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_src (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_src (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_lowsrc (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_lowsrc (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_vrml (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_vrml (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_dynsrc (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_dynsrc (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_get_readyState (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_get_complete (IHTMLInputElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputElement_put_loop (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_loop (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_align (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_align (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputElement_put_onload (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_onload (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_onerror (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_onerror (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_onabort (IHTMLInputElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputElement_get_onabort (IHTMLInputElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputElement_put_width (IHTMLInputElement *iface, LONG v)
static HRESULT WINAPI HTMLInputElement_get_width (IHTMLInputElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputElement_put_height (IHTMLInputElement *iface, LONG v)
static HRESULT WINAPI HTMLInputElement_get_height (IHTMLInputElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputElement_put_start (IHTMLInputElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputElement_get_start (IHTMLInputElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputTextElement_QueryInterface (IHTMLInputTextElement *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLInputTextElement_AddRef (IHTMLInputTextElement *iface)
static ULONG WINAPI HTMLInputTextElement_Release (IHTMLInputTextElement *iface)
static HRESULT WINAPI HTMLInputTextElement_GetTypeInfoCount (IHTMLInputTextElement *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLInputTextElement_GetTypeInfo (IHTMLInputTextElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLInputTextElement_GetIDsOfNames (IHTMLInputTextElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLInputTextElement_Invoke (IHTMLInputTextElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLInputTextElement_get_type (IHTMLInputTextElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputTextElement_put_value (IHTMLInputTextElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputTextElement_get_value (IHTMLInputTextElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputTextElement_put_name (IHTMLInputTextElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputTextElement_get_name (IHTMLInputTextElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputTextElement_put_status (IHTMLInputTextElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputTextElement_get_status (IHTMLInputTextElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputTextElement_put_disabled (IHTMLInputTextElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputTextElement_get_disabled (IHTMLInputTextElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputTextElement_get_form (IHTMLInputTextElement *iface, IHTMLFormElement **p)
static HRESULT WINAPI HTMLInputTextElement_put_defaultValue (IHTMLInputTextElement *iface, BSTR v)
static HRESULT WINAPI HTMLInputTextElement_get_defaultValue (IHTMLInputTextElement *iface, BSTR *p)
static HRESULT WINAPI HTMLInputTextElement_put_size (IHTMLInputTextElement *iface, LONG v)
static HRESULT WINAPI HTMLInputTextElement_get_size (IHTMLInputTextElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputTextElement_put_maxLength (IHTMLInputTextElement *iface, LONG v)
static HRESULT WINAPI HTMLInputTextElement_get_maxLength (IHTMLInputTextElement *iface, LONG *p)
static HRESULT WINAPI HTMLInputTextElement_select (IHTMLInputTextElement *iface)
static HRESULT WINAPI HTMLInputTextElement_put_onchange (IHTMLInputTextElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputTextElement_get_onchange (IHTMLInputTextElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputTextElement_put_onselect (IHTMLInputTextElement *iface, VARIANT v)
static HRESULT WINAPI HTMLInputTextElement_get_onselect (IHTMLInputTextElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLInputTextElement_put_readOnly (IHTMLInputTextElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLInputTextElement_get_readOnly (IHTMLInputTextElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLInputTextElement_createTextRange (IHTMLInputTextElement *iface, IHTMLTxtRange **range)
static HRESULT HTMLInputElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLInputElement_destructor (HTMLDOMNode *iface)
static HRESULT HTMLInputElementImpl_call_event (HTMLDOMNode *iface, eventid_t eid, BOOL *handled)
static HRESULT HTMLInputElementImpl_put_disabled (HTMLDOMNode *iface, VARIANT_BOOL v)
static HRESULT HTMLInputElementImpl_get_disabled (HTMLDOMNode *iface, VARIANT_BOOL *p)
HTMLElementHTMLInputElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem)

Variables

static const IHTMLInputElementVtbl HTMLInputElementVtbl
static const
IHTMLInputTextElementVtbl 
HTMLInputTextElementVtbl
static const NodeImplVtbl HTMLInputElementImplVtbl
static const tid_t HTMLInputElement_iface_tids []
static dispex_static_data_t HTMLInputElement_dispex

Generated on Sun May 27 2012 05:13:32 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.