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

dragdrop.c File Reference
#include <precomp.h>

Go to the source code of this file.

Data Structures

struct  IDropTargetImpl
 implementation of IDropTarget interface More...

Functions

static IUnknownIUnknown_from_impl (IDropTargetImpl *This)
static IDropTargetIDropTarget_from_impl (IDropTargetImpl *This)
static IDropTargetImplimpl_from_IDropTarget (IDropTarget *iface)
static VOID IDropTargetImpl_Free (IDropTargetImpl *This)
static ULONG STDMETHODCALLTYPE IDropTargetImpl_Release (IN OUT IDropTarget *iface)
static ULONG STDMETHODCALLTYPE IDropTargetImpl_AddRef (IN OUT IDropTarget *iface)
static HRESULT STDMETHODCALLTYPE IDropTargetImpl_QueryInterface (IN OUT IDropTarget *iface, IN REFIID riid, OUT LPVOID *ppvObj)
IDropTargetCreateDropTarget (IN HWND hwndTarget, IN DWORD nSupportedFormats, IN const FORMATETC *Formats OPTIONAL, IN PVOID Context OPTIONAL, IN const DROPTARGET_CALLBACKS *Callbacks OPTIONAL)
static const FORMATETCIDropTargetImpl_FindSupportedFormat (IN OUT IDropTargetImpl *This, IN IDataObject *pDataObject)
static HRESULT STDMETHODCALLTYPE IDropTargetImpl_DragEnter (IN OUT IDropTarget *iface, IN IDataObject *pDataObject, IN DWORD grfKeyState, IN POINTL pt, IN OUT DWORD *pdwEffect)
static HRESULT STDMETHODCALLTYPE IDropTargetImpl_DragOver (IN OUT IDropTarget *iface, IN DWORD grfKeyState, IN POINTL pt, IN OUT DWORD *pdwEffect)
static HRESULT STDMETHODCALLTYPE IDropTargetImpl_DragLeave (IN OUT IDropTarget *iface)
static HRESULT STDMETHODCALLTYPE IDropTargetImpl_Drop (IN OUT IDropTarget *iface, IN IDataObject *pDataObject, IN DWORD grfKeyState, IN POINTL pt, IN OUT DWORD *pdwEffect)

Variables

static const IDropTargetVtbl IDropTargetImpl_Vtbl

Generated on Fri May 25 2012 04:44:57 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.