Data Structures |
| struct | IDropTargetImpl |
| | implementation of IDropTarget interface More...
|
Functions |
| static IUnknown * | IUnknown_from_impl (IDropTargetImpl *This) |
| static IDropTarget * | IDropTarget_from_impl (IDropTargetImpl *This) |
| static IDropTargetImpl * | impl_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) |
| IDropTarget * | CreateDropTarget (IN HWND hwndTarget, IN DWORD nSupportedFormats, IN const FORMATETC *Formats OPTIONAL, IN PVOID Context OPTIONAL, IN const DROPTARGET_CALLBACKS *Callbacks OPTIONAL) |
| static const FORMATETC * | IDropTargetImpl_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 |