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

htmltextnode.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  HTMLDOMTextNode

Defines

#define COBJMACROS
#define HTMLTEXT(x)   (&(x)->lpIHTMLDOMTextNodeVtbl)
#define HTMLTEXT_THIS(iface)   DEFINE_THIS(HTMLDOMTextNode, IHTMLDOMTextNode, iface)
#define HTMLTEXT_NODE_THIS(iface)   DEFINE_THIS2(HTMLDOMTextNode, node, iface)
#define HTMLTEXT_NODE_THIS(iface)   DEFINE_THIS2(HTMLDOMTextNode, node, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLDOMTextNode_QueryInterface (IHTMLDOMTextNode *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLDOMTextNode_AddRef (IHTMLDOMTextNode *iface)
static ULONG WINAPI HTMLDOMTextNode_Release (IHTMLDOMTextNode *iface)
static HRESULT WINAPI HTMLDOMTextNode_GetTypeInfoCount (IHTMLDOMTextNode *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLDOMTextNode_GetTypeInfo (IHTMLDOMTextNode *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLDOMTextNode_GetIDsOfNames (IHTMLDOMTextNode *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLDOMTextNode_Invoke (IHTMLDOMTextNode *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLDOMTextNode_put_data (IHTMLDOMTextNode *iface, BSTR v)
static HRESULT WINAPI HTMLDOMTextNode_get_data (IHTMLDOMTextNode *iface, BSTR *p)
static HRESULT WINAPI HTMLDOMTextNode_toString (IHTMLDOMTextNode *iface, BSTR *String)
static HRESULT WINAPI HTMLDOMTextNode_get_length (IHTMLDOMTextNode *iface, LONG *p)
static HRESULT WINAPI HTMLDOMTextNode_splitText (IHTMLDOMTextNode *iface, LONG offset, IHTMLDOMNode **pRetNode)
static HRESULT HTMLDOMTextNode_QI (HTMLDOMNode *iface, REFIID riid, void **ppv)
static void HTMLDOMTextNode_destructor (HTMLDOMNode *iface)
HTMLDOMNodeHTMLDOMTextNode_Create (HTMLDocumentNode *doc, nsIDOMNode *nsnode)

Variables

static const IHTMLDOMTextNodeVtbl HTMLDOMTextNodeVtbl
static const NodeImplVtbl HTMLDOMTextNodeImplVtbl
static const tid_t HTMLDOMTextNode_iface_tids []
static dispex_static_data_t HTMLDOMTextNode_dispex

Generated on Sun May 27 2012 05:13:47 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.