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

htmlimg.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  HTMLImgElement

Defines

#define COBJMACROS
#define HTMLIMG(x)   ((IHTMLImgElement*) &(x)->lpHTMLImgElementVtbl)
#define HTMLIMG_THIS(iface)   DEFINE_THIS(HTMLImgElement, HTMLImgElement, iface)
#define HTMLIMG_NODE_THIS(iface)   DEFINE_THIS2(HTMLImgElement, element.node, iface)
#define HTMLIMGFACTORY_THIS(iface)   DEFINE_THIS(HTMLImageElementFactory, HTMLImageElementFactory, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLImgElement_QueryInterface (IHTMLImgElement *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLImgElement_AddRef (IHTMLImgElement *iface)
static ULONG WINAPI HTMLImgElement_Release (IHTMLImgElement *iface)
static HRESULT WINAPI HTMLImgElement_GetTypeInfoCount (IHTMLImgElement *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLImgElement_GetTypeInfo (IHTMLImgElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLImgElement_GetIDsOfNames (IHTMLImgElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLImgElement_Invoke (IHTMLImgElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLImgElement_put_isMap (IHTMLImgElement *iface, VARIANT_BOOL v)
static HRESULT WINAPI HTMLImgElement_get_isMap (IHTMLImgElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLImgElement_put_useMap (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_useMap (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_mimeType (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_fileSize (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_fileCreatedDate (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_fileModifiedDate (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_fileUpdatedDate (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_protocol (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_href (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_nameProp (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_border (IHTMLImgElement *iface, VARIANT v)
static HRESULT WINAPI HTMLImgElement_get_border (IHTMLImgElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLImgElement_put_vspace (IHTMLImgElement *iface, LONG v)
static HRESULT WINAPI HTMLImgElement_get_vspace (IHTMLImgElement *iface, LONG *p)
static HRESULT WINAPI HTMLImgElement_put_hspace (IHTMLImgElement *iface, LONG v)
static HRESULT WINAPI HTMLImgElement_get_hspace (IHTMLImgElement *iface, LONG *p)
static HRESULT WINAPI HTMLImgElement_put_alt (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_alt (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_src (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_src (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_lowsrc (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_lowsrc (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_vrml (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_vrml (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_dynsrc (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_dynsrc (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_readyState (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_get_complete (IHTMLImgElement *iface, VARIANT_BOOL *p)
static HRESULT WINAPI HTMLImgElement_put_loop (IHTMLImgElement *iface, VARIANT v)
static HRESULT WINAPI HTMLImgElement_get_loop (IHTMLImgElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLImgElement_put_align (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_align (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_onload (IHTMLImgElement *iface, VARIANT v)
static HRESULT WINAPI HTMLImgElement_get_onload (IHTMLImgElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLImgElement_put_onerror (IHTMLImgElement *iface, VARIANT v)
static HRESULT WINAPI HTMLImgElement_get_onerror (IHTMLImgElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLImgElement_put_onabort (IHTMLImgElement *iface, VARIANT v)
static HRESULT WINAPI HTMLImgElement_get_onabort (IHTMLImgElement *iface, VARIANT *p)
static HRESULT WINAPI HTMLImgElement_put_name (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_name (IHTMLImgElement *iface, BSTR *p)
static HRESULT WINAPI HTMLImgElement_put_width (IHTMLImgElement *iface, LONG v)
static HRESULT WINAPI HTMLImgElement_get_width (IHTMLImgElement *iface, LONG *p)
static HRESULT WINAPI HTMLImgElement_put_height (IHTMLImgElement *iface, LONG v)
static HRESULT WINAPI HTMLImgElement_get_height (IHTMLImgElement *iface, LONG *p)
static HRESULT WINAPI HTMLImgElement_put_start (IHTMLImgElement *iface, BSTR v)
static HRESULT WINAPI HTMLImgElement_get_start (IHTMLImgElement *iface, BSTR *p)
static HRESULT HTMLImgElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLImgElement_destructor (HTMLDOMNode *iface)
static HRESULT HTMLImgElement_get_readystate (HTMLDOMNode *iface, BSTR *p)
HTMLElementHTMLImgElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem)
static HRESULT WINAPI HTMLImageElementFactory_QueryInterface (IHTMLImageElementFactory *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLImageElementFactory_AddRef (IHTMLImageElementFactory *iface)
static ULONG WINAPI HTMLImageElementFactory_Release (IHTMLImageElementFactory *iface)
static HRESULT WINAPI HTMLImageElementFactory_GetTypeInfoCount (IHTMLImageElementFactory *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLImageElementFactory_GetTypeInfo (IHTMLImageElementFactory *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLImageElementFactory_GetIDsOfNames (IHTMLImageElementFactory *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLImageElementFactory_Invoke (IHTMLImageElementFactory *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static LONG var_to_size (const VARIANT *v)
static HRESULT WINAPI HTMLImageElementFactory_create (IHTMLImageElementFactory *iface, VARIANT width, VARIANT height, IHTMLImgElement **img_elem)
static HRESULT HTMLImageElementFactory_value (IUnknown *iface, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller)
HTMLImageElementFactoryHTMLImageElementFactory_Create (HTMLWindow *window)

Variables

static const IHTMLImgElementVtbl HTMLImgElementVtbl
static const NodeImplVtbl HTMLImgElementImplVtbl
static const tid_t HTMLImgElement_iface_tids []
static dispex_static_data_t HTMLImgElement_dispex
static const
IHTMLImageElementFactoryVtbl 
HTMLImageElementFactoryVtbl
static const tid_t HTMLImageElementFactory_iface_tids []
static const
dispex_static_data_vtbl_t 
HTMLImageElementFactory_dispex_vtbl
static dispex_static_data_t HTMLImageElementFactory_dispex

Generated on Thu May 24 2012 05:13: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.