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

htmloption.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  HTMLOptionElement

Defines

#define COBJMACROS
#define HTMLOPTION(x)   (&(x)->lpHTMLOptionElementVtbl)
#define HTMLOPTION_THIS(iface)   DEFINE_THIS(HTMLOptionElement, HTMLOptionElement, iface)
#define HTMLOPTION_NODE_THIS(iface)   DEFINE_THIS2(HTMLOptionElement, element.node, iface)
#define HTMLOPTFACTORY_THIS(iface)   DEFINE_THIS(HTMLOptionElementFactory, HTMLOptionElementFactory, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLOptionElement_QueryInterface (IHTMLOptionElement *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLOptionElement_AddRef (IHTMLOptionElement *iface)
static ULONG WINAPI HTMLOptionElement_Release (IHTMLOptionElement *iface)
static HRESULT WINAPI HTMLOptionElement_GetTypeInfoCount (IHTMLOptionElement *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLOptionElement_GetTypeInfo (IHTMLOptionElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLOptionElement_GetIDsOfNames (IHTMLOptionElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLOptionElement_Invoke (IHTMLOptionElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLOptionElement_put_selected (IHTMLOptionElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLOptionElement_get_selected (IHTMLOptionElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLOptionElement_put_value (IHTMLOptionElement *iface, BSTR v)
static HRESULT WINAPI HTMLOptionElement_get_value (IHTMLOptionElement *iface, BSTR *p)
static HRESULT WINAPI HTMLOptionElement_put_defaultSelected (IHTMLOptionElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLOptionElement_get_defaultSelected (IHTMLOptionElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLOptionElement_put_index (IHTMLOptionElement *iface, LONG v)
static HRESULT WINAPI HTMLOptionElement_get_index (IHTMLOptionElement *iface, LONG *p)
static HRESULT WINAPI HTMLOptionElement_put_text (IHTMLOptionElement *iface, BSTR v)
static HRESULT WINAPI HTMLOptionElement_get_text (IHTMLOptionElement *iface, BSTR *p)
static HRESULT WINAPI HTMLOptionElement_get_form (IHTMLOptionElement *iface, IHTMLFormElement **p)
static HRESULT HTMLOptionElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLOptionElement_destructor (HTMLDOMNode *iface)
HTMLElementHTMLOptionElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem)
static HRESULT WINAPI HTMLOptionElementFactory_QueryInterface (IHTMLOptionElementFactory *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLOptionElementFactory_AddRef (IHTMLOptionElementFactory *iface)
static ULONG WINAPI HTMLOptionElementFactory_Release (IHTMLOptionElementFactory *iface)
static HRESULT WINAPI HTMLOptionElementFactory_GetTypeInfoCount (IHTMLOptionElementFactory *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLOptionElementFactory_GetTypeInfo (IHTMLOptionElementFactory *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLOptionElementFactory_GetIDsOfNames (IHTMLOptionElementFactory *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLOptionElementFactory_Invoke (IHTMLOptionElementFactory *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLOptionElementFactory_create (IHTMLOptionElementFactory *iface, VARIANT text, VARIANT value, VARIANT defaultselected, VARIANT selected, IHTMLOptionElement **optelem)
HTMLOptionElementFactoryHTMLOptionElementFactory_Create (HTMLWindow *window)

Variables

static const IHTMLOptionElementVtbl HTMLOptionElementVtbl
static const NodeImplVtbl HTMLOptionElementImplVtbl
static const tid_t HTMLOptionElement_iface_tids []
static dispex_static_data_t HTMLOptionElement_dispex
static const
IHTMLOptionElementFactoryVtbl 
HTMLOptionElementFactoryVtbl

Generated on Sat May 26 2012 05:12:21 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.