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

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

Go to the source code of this file.

Data Structures

struct  HTMLIFrame

Defines

#define COBJMACROS
#define HTMLIFRAMEELEM(x)   ((IHTMLIFrameElement*) &(x)->lpIHTMLIFrameElementVtbl)
#define HTMLIFRAME_THIS(iface)   DEFINE_THIS(HTMLIFrame, IHTMLIFrameElement, iface)
#define HTMLIFRAME_NODE_THIS(iface)   DEFINE_THIS2(HTMLIFrame, framebase.element.node, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLIFrameElement_QueryInterface (IHTMLIFrameElement *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLIFrameElement_AddRef (IHTMLIFrameElement *iface)
static ULONG WINAPI HTMLIFrameElement_Release (IHTMLIFrameElement *iface)
static HRESULT WINAPI HTMLIFrameElement_GetTypeInfoCount (IHTMLIFrameElement *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLIFrameElement_GetTypeInfo (IHTMLIFrameElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLIFrameElement_GetIDsOfNames (IHTMLIFrameElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLIFrameElement_Invoke (IHTMLIFrameElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLIFrameElement_put_vspace (IHTMLIFrameElement *iface, LONG v)
static HRESULT WINAPI HTMLIFrameElement_get_vspace (IHTMLIFrameElement *iface, LONG *p)
static HRESULT WINAPI HTMLIFrameElement_put_hspace (IHTMLIFrameElement *iface, LONG v)
static HRESULT WINAPI HTMLIFrameElement_get_hspace (IHTMLIFrameElement *iface, LONG *p)
static HRESULT WINAPI HTMLIFrameElement_put_align (IHTMLIFrameElement *iface, BSTR v)
static HRESULT WINAPI HTMLIFrameElement_get_align (IHTMLIFrameElement *iface, BSTR *p)
static HRESULT HTMLIFrame_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLIFrame_destructor (HTMLDOMNode *iface)
static HRESULT HTMLIFrame_get_document (HTMLDOMNode *iface, IDispatch **p)
static HRESULT HTMLIFrame_get_dispid (HTMLDOMNode *iface, BSTR name, DWORD grfdex, DISPID *pid)
static HRESULT HTMLIFrame_invoke (HTMLDOMNode *iface, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller)
static HRESULT HTMLIFrame_get_readystate (HTMLDOMNode *iface, BSTR *p)
static HRESULT HTMLIFrame_bind_to_tree (HTMLDOMNode *iface)
HTMLElementHTMLIFrame_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem)

Variables

static const IHTMLIFrameElementVtbl HTMLIFrameElementVtbl
static const NodeImplVtbl HTMLIFrameImplVtbl
static const tid_t HTMLIFrame_iface_tids []
static dispex_static_data_t HTMLIFrame_dispex

Generated on Fri May 25 2012 05:11:38 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.