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

htmltextcont.c File Reference
#include "config.h"
#include <stdarg.h>
#include <stdio.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.

Defines

#define COBJMACROS
#define HTMLTEXTCONT_THIS(iface)   DEFINE_THIS(HTMLTextContainer, HTMLTextContainer, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLTextContainer_QueryInterface (IHTMLTextContainer *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLTextContainer_AddRef (IHTMLTextContainer *iface)
static ULONG WINAPI HTMLTextContainer_Release (IHTMLTextContainer *iface)
static HRESULT WINAPI HTMLTextContainer_GetTypeInfoCount (IHTMLTextContainer *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLTextContainer_GetTypeInfo (IHTMLTextContainer *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLTextContainer_GetIDsOfNames (IHTMLTextContainer *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLTextContainer_Invoke (IHTMLTextContainer *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLTextContainer_createControlRange (IHTMLTextContainer *iface, IDispatch **range)
static HRESULT WINAPI HTMLTextContainer_get_scrollHeight (IHTMLTextContainer *iface, LONG *p)
static HRESULT WINAPI HTMLTextContainer_get_scrollWidth (IHTMLTextContainer *iface, LONG *p)
static HRESULT WINAPI HTMLTextContainer_put_scrollTop (IHTMLTextContainer *iface, LONG v)
static HRESULT WINAPI HTMLTextContainer_get_scrollTop (IHTMLTextContainer *iface, LONG *p)
static HRESULT WINAPI HTMLTextContainer_put_scrollLeft (IHTMLTextContainer *iface, LONG v)
static HRESULT WINAPI HTMLTextContainer_get_scrollLeft (IHTMLTextContainer *iface, LONG *p)
static HRESULT WINAPI HTMLTextContainer_put_onscroll (IHTMLTextContainer *iface, VARIANT v)
static HRESULT WINAPI HTMLTextContainer_get_onscroll (IHTMLTextContainer *iface, VARIANT *p)
void HTMLTextContainer_Init (HTMLTextContainer *This, HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem, dispex_static_data_t *dispex_data)

Variables

static const IHTMLTextContainerVtbl HTMLTextContainerVtbl

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