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

htmlframe.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  HTMLFrameElement

Defines

#define COBJMACROS
#define HTMLFRAMEELEM3(x)   ((IHTMLFrameElement3*) &(x)->lpIHTMLFrameElement3Vtbl)
#define HTMLFRAME3_THIS(iface)   DEFINE_THIS(HTMLFrameElement, IHTMLFrameElement3, iface)
#define HTMLFRAME_NODE_THIS(iface)   DEFINE_THIS2(HTMLFrameElement, framebase.element.node, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLFrameElement3_QueryInterface (IHTMLFrameElement3 *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLFrameElement3_AddRef (IHTMLFrameElement3 *iface)
static ULONG WINAPI HTMLFrameElement3_Release (IHTMLFrameElement3 *iface)
static HRESULT WINAPI HTMLFrameElement3_GetTypeInfoCount (IHTMLFrameElement3 *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLFrameElement3_GetTypeInfo (IHTMLFrameElement3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLFrameElement3_GetIDsOfNames (IHTMLFrameElement3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLFrameElement3_Invoke (IHTMLFrameElement3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLFrameElement3_get_contentDocument (IHTMLFrameElement3 *iface, IDispatch **p)
static HRESULT WINAPI HTMLFrameElement3_put_src (IHTMLFrameElement3 *iface, BSTR v)
static HRESULT WINAPI HTMLFrameElement3_get_src (IHTMLFrameElement3 *iface, BSTR *p)
static HRESULT WINAPI HTMLFrameElement3_put_longDesc (IHTMLFrameElement3 *iface, BSTR v)
static HRESULT WINAPI HTMLFrameElement3_get_longDesc (IHTMLFrameElement3 *iface, BSTR *p)
static HRESULT WINAPI HTMLFrameElement3_put_frameBorder (IHTMLFrameElement3 *iface, BSTR v)
static HRESULT WINAPI HTMLFrameElement3_get_frameBorder (IHTMLFrameElement3 *iface, BSTR *p)
static HRESULT HTMLFrameElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLFrameElement_destructor (HTMLDOMNode *iface)
static HRESULT HTMLFrameElement_get_document (HTMLDOMNode *iface, IDispatch **p)
static HRESULT HTMLFrameElement_get_dispid (HTMLDOMNode *iface, BSTR name, DWORD grfdex, DISPID *pid)
static HRESULT HTMLFrameElement_invoke (HTMLDOMNode *iface, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller)
static HRESULT HTMLFrameElement_bind_to_tree (HTMLDOMNode *iface)
HTMLElementHTMLFrameElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem)

Variables

static const IHTMLFrameElement3Vtbl HTMLFrameElement3Vtbl
static const NodeImplVtbl HTMLFrameElementImplVtbl
static const tid_t HTMLFrameElement_iface_tids []
static dispex_static_data_t HTMLFrameElement_dispex

Generated on Mon May 28 2012 05:13:46 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.