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

olewnd.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"
#include "resource.h"

Go to the source code of this file.

Defines

#define COBJMACROS
#define ACTOBJ_THIS(iface)   DEFINE_THIS(HTMLDocument, OleInPlaceActiveObject, iface)
#define OLEINPLACEWND_THIS(iface)   DEFINE_THIS(HTMLDocument, OleInPlaceObjectWindowless, iface)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (mshtml)
static HRESULT WINAPI OleInPlaceActiveObject_QueryInterface (IOleInPlaceActiveObject *iface, REFIID riid, void **ppvObject)
static ULONG WINAPI OleInPlaceActiveObject_AddRef (IOleInPlaceActiveObject *iface)
static ULONG WINAPI OleInPlaceActiveObject_Release (IOleInPlaceActiveObject *iface)
static HRESULT WINAPI OleInPlaceActiveObject_GetWindow (IOleInPlaceActiveObject *iface, HWND *phwnd)
static HRESULT WINAPI OleInPlaceActiveObject_ContextSensitiveHelp (IOleInPlaceActiveObject *iface, BOOL fEnterMode)
static HRESULT WINAPI OleInPlaceActiveObject_TranslateAccelerator (IOleInPlaceActiveObject *iface, LPMSG lpmsg)
static HRESULT WINAPI OleInPlaceActiveObject_OnFrameWindowActivate (IOleInPlaceActiveObject *iface, BOOL fActivate)
static HRESULT WINAPI OleInPlaceActiveObject_OnDocWindowActivate (IOleInPlaceActiveObject *iface, BOOL fActivate)
static HRESULT WINAPI OleInPlaceActiveObject_ResizeBorder (IOleInPlaceActiveObject *iface, LPCRECT prcBorder, IOleInPlaceUIWindow *pUIWindow, BOOL fFrameWindow)
static HRESULT WINAPI OleInPlaceActiveObject_EnableModeless (IOleInPlaceActiveObject *iface, BOOL fEnable)
static HRESULT WINAPI OleInPlaceObjectWindowless_QueryInterface (IOleInPlaceObjectWindowless *iface, REFIID riid, void **ppvObject)
static ULONG WINAPI OleInPlaceObjectWindowless_AddRef (IOleInPlaceObjectWindowless *iface)
static ULONG WINAPI OleInPlaceObjectWindowless_Release (IOleInPlaceObjectWindowless *iface)
static HRESULT WINAPI OleInPlaceObjectWindowless_GetWindow (IOleInPlaceObjectWindowless *iface, HWND *phwnd)
static HRESULT WINAPI OleInPlaceObjectWindowless_ContextSensitiveHelp (IOleInPlaceObjectWindowless *iface, BOOL fEnterMode)
static HRESULT WINAPI OleInPlaceObjectWindowless_InPlaceDeactivate (IOleInPlaceObjectWindowless *iface)
static HRESULT WINAPI OleInPlaceObjectWindowless_UIDeactivate (IOleInPlaceObjectWindowless *iface)
static HRESULT WINAPI OleInPlaceObjectWindowless_SetObjectRects (IOleInPlaceObjectWindowless *iface, LPCRECT lprcPosRect, LPCRECT lprcClipRect)
static HRESULT WINAPI OleInPlaceObjectWindowless_ReactivateAndUndo (IOleInPlaceObjectWindowless *iface)
static HRESULT WINAPI OleInPlaceObjectWindowless_OnWindowMessage (IOleInPlaceObjectWindowless *iface, UINT msg, WPARAM wParam, LPARAM lParam, LRESULT *lpResult)
static HRESULT WINAPI OleInPlaceObjectWindowless_GetDropTarget (IOleInPlaceObjectWindowless *iface, IDropTarget **ppDropTarget)
void HTMLDocument_Window_Init (HTMLDocument *This)

Variables

static const
IOleInPlaceActiveObjectVtbl 
OleInPlaceActiveObjectVtbl
static const
IOleInPlaceObjectWindowlessVtbl 
OleInPlaceObjectWindowlessVtbl

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