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

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

Go to the source code of this file.

Data Structures

struct  HTMLSelectionObject

Defines

#define COBJMACROS
#define HTMLSELOBJ(x)   ((IHTMLSelectionObject*) &(x)->lpHTMLSelectionObjectVtbl)
#define HTMLSELOBJ_THIS(iface)   DEFINE_THIS(HTMLSelectionObject, HTMLSelectionObject, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI HTMLSelectionObject_QueryInterface (IHTMLSelectionObject *iface, REFIID riid, void **ppv)
static ULONG WINAPI HTMLSelectionObject_AddRef (IHTMLSelectionObject *iface)
static ULONG WINAPI HTMLSelectionObject_Release (IHTMLSelectionObject *iface)
static HRESULT WINAPI HTMLSelectionObject_GetTypeInfoCount (IHTMLSelectionObject *iface, UINT *pctinfo)
static HRESULT WINAPI HTMLSelectionObject_GetTypeInfo (IHTMLSelectionObject *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
static HRESULT WINAPI HTMLSelectionObject_GetIDsOfNames (IHTMLSelectionObject *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId)
static HRESULT WINAPI HTMLSelectionObject_Invoke (IHTMLSelectionObject *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
static HRESULT WINAPI HTMLSelectionObject_createRange (IHTMLSelectionObject *iface, IDispatch **range)
static HRESULT WINAPI HTMLSelectionObject_empty (IHTMLSelectionObject *iface)
static HRESULT WINAPI HTMLSelectionObject_clear (IHTMLSelectionObject *iface)
static HRESULT WINAPI HTMLSelectionObject_get_type (IHTMLSelectionObject *iface, BSTR *p)
HRESULT HTMLSelectionObject_Create (HTMLDocumentNode *doc, nsISelection *nsselection, IHTMLSelectionObject **ret)
void detach_selection (HTMLDocumentNode *This)

Variables

static const
IHTMLSelectionObjectVtbl 
HTMLSelectionObjectVtbl

Generated on Sat May 26 2012 04:40:48 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.