|
ReactOS 0.4.16-dev-1946-g52006dd
|
implementation of IDropSource interface More...
#include <dragdropimpl.h>


Public Member Functions | |
| IDropSourceImpl () | |
| virtual | ~IDropSourceImpl () |
| virtual HRESULT STDMETHODCALLTYPE | QueryContinueDrag (BOOL fEscapePressed, DWORD grfKeyState) |
| virtual HRESULT STDMETHODCALLTYPE | GiveFeedback (DWORD dwEffect) |
Public Member Functions inherited from IComSrvBase< IDropSource, IDropSourceImpl > | |
| STDMETHODIMP_ (ULONG) AddRef() | |
| STDMETHODIMP_ (ULONG) Release() | |
Public Member Functions inherited from IComSrvQI< BASE > | |
| IComSrvQI (REFIID uuid_base) | |
| STDMETHODIMP | QueryInterface (REFIID riid, LPVOID *ppv) |
Public Member Functions inherited from SimpleComObject | |
| ULONG | IncRef () |
| ULONG | DecRef () |
Public Attributes | |
| bool | m_bDropped |
Private Types | |
| typedef IComSrvBase< IDropSource, IDropSourceImpl > | super |
Private Attributes | |
| long | m_cRefCount |
Additional Inherited Members | |
Protected Member Functions inherited from IComSrvBase< IDropSource, IDropSourceImpl > | |
| IComSrvBase (REFIID uuid_base) | |
Protected Member Functions inherited from IComSrvQI< BASE > | |
| IComSrvQI () | |
| virtual | ~IComSrvQI () |
Protected Member Functions inherited from ComSrvObject | |
| ComSrvObject () | |
| virtual | ~ComSrvObject () |
Protected Attributes inherited from IComSrvQI< BASE > | |
| REFIID | _uuid_base |
Protected Attributes inherited from ComSrvObject | |
| ULONG | _ref |
implementation of IDropSource interface
Definition at line 50 of file dragdropimpl.h.
|
private |
Definition at line 53 of file dragdropimpl.h.
|
inline |
Definition at line 60 of file dragdropimpl.h.
|
inlinevirtual |
Definition at line 67 of file dragdropimpl.h.
|
virtual |
Definition at line 244 of file dragdropimpl.cpp.
|
virtual |
Definition at line 228 of file dragdropimpl.cpp.
| bool IDropSourceImpl::m_bDropped |
Definition at line 58 of file dragdropimpl.h.
Referenced by QueryContinueDrag().
|
private |
Definition at line 55 of file dragdropimpl.h.