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

htmlscript.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  HTMLScriptElement

Defines

#define COBJMACROS
#define HTMLSCRIPT(x)   ((IHTMLScriptElement*) &(x)->lpHTMLScriptElementVtbl)
#define HTMLSCRIPT_THIS(iface)   DEFINE_THIS(HTMLScriptElement, HTMLScriptElement, iface)
#define HTMLSCRIPT_NODE_THIS(iface)   DEFINE_THIS2(HTMLScriptElement, element.node, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLScriptElement_QueryInterface (IHTMLScriptElement *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLScriptElement_AddRef (IHTMLScriptElement *iface)
static ULONG WINAPI HTMLScriptElement_Release (IHTMLScriptElement *iface)
static HRESULT WINAPI HTMLScriptElement_GetTypeInfoCount (IHTMLScriptElement *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLScriptElement_GetTypeInfo (IHTMLScriptElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLScriptElement_GetIDsOfNames (IHTMLScriptElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLScriptElement_Invoke (IHTMLScriptElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLScriptElement_put_src (IHTMLScriptElement *iface, BSTR v)
static HRESULT WINAPI HTMLScriptElement_get_src (IHTMLScriptElement *iface, BSTR *p)
static HRESULT WINAPI HTMLScriptElement_put_htmlFor (IHTMLScriptElement *iface, BSTR v)
static HRESULT WINAPI HTMLScriptElement_get_htmlFor (IHTMLScriptElement *iface, BSTR *p)
static HRESULT WINAPI HTMLScriptElement_put_event (IHTMLScriptElement *iface, BSTR v)
static HRESULT WINAPI HTMLScriptElement_get_event (IHTMLScriptElement *iface, BSTR *p)
static HRESULT WINAPI HTMLScriptElement_put_text (IHTMLScriptElement *iface, BSTR v)
static HRESULT WINAPI HTMLScriptElement_get_text (IHTMLScriptElement *iface, BSTR *p)
static HRESULT WINAPI HTMLScriptElement_put_defer (IHTMLScriptElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLScriptElement_get_defer (IHTMLScriptElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLScriptElement_get_readyState (IHTMLScriptElement *iface, BSTR *p)
static HRESULT WINAPI HTMLScriptElement_put_onerror (IHTMLScriptElement *iface, VARIANT v)
static HRESULT WINAPI HTMLScriptElement_get_onerror (IHTMLScriptElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLScriptElement_put_type (IHTMLScriptElement *iface, BSTR v)
static HRESULT WINAPI HTMLScriptElement_get_type (IHTMLScriptElement *iface, BSTR *p)
static HRESULT HTMLScriptElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLScriptElement_destructor (HTMLDOMNode *iface)
static HRESULT HTMLScriptElement_get_readystate (HTMLDOMNode *iface, BSTR *p)
HTMLElementHTMLScriptElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem)

Variables

static const IHTMLScriptElementVtbl HTMLScriptElementVtbl
static const NodeImplVtbl HTMLScriptElementImplVtbl
static const tid_t HTMLScriptElement_iface_tids []
static dispex_static_data_t HTMLScriptElement_dispex

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