|
ReactOS 0.4.17-dev-357-ga8f14ff
|


Classes | |
| struct | DeleteThreadData |
Static Private Member Functions | |
| static HRESULT | _DoDeleteDataObject (IDataObject *pda, DWORD fMask) |
| static DWORD WINAPI | _DoDeleteThreadProc (LPVOID lpParameter) |
| static void | _DoDeleteAsync (IDataObject *pda, DWORD fMask) |
Private Attributes | |
| BOOL | fAcceptFmt |
| UINT | cfShellIDList |
Additional Inherited Members | |
Public Types inherited from IDropTarget | |
| typedef IDropTarget * | LPDROPTARGET |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
| static void WINAPI | ObjectMain (bool) |
| static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
| static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
Public Attributes inherited from ATL::CComObjectRootBase | |
| LONG | m_dwRef |
Public Attributes inherited from IDropTarget | |
| const DWORD | MK_ALT = 0x20 |
| const DWORD | DROPEFFECT_NONE = 0 |
| const DWORD | DROPEFFECT_COPY = 1 |
| const DWORD | DROPEFFECT_MOVE = 2 |
| const DWORD | DROPEFFECT_LINK = 4 |
| const DWORD | DROPEFFECT_SCROLL = 0x80000000 |
| const DWORD | DD_DEFSCROLLINSET = 11 |
| const DWORD | DD_DEFSCROLLDELAY = 50 |
| const DWORD | DD_DEFSCROLLINTERVAL = 50 |
| const DWORD | DD_DEFDRAGDELAY = 200 |
| const DWORD | DD_DEFDRAGMINDIST = 2 |
Definition at line 27 of file CRecyclerDropTarget.cpp.
|
inline |
Definition at line 105 of file CRecyclerDropTarget.cpp.
|
inlinestaticprivate |
Definition at line 96 of file CRecyclerDropTarget.cpp.
Referenced by Drop().
|
inlinestaticprivate |
Definition at line 35 of file CRecyclerDropTarget.cpp.
Referenced by _DoDeleteThreadProc().
|
inlinestaticprivate |
Definition at line 80 of file CRecyclerDropTarget.cpp.
Referenced by _DoDeleteAsync().
|
inlineoverride |
Implements IDropTarget.
Definition at line 112 of file CRecyclerDropTarget.cpp.
|
inlineoverride |
Implements IDropTarget.
Definition at line 136 of file CRecyclerDropTarget.cpp.
|
inlineoverride |
Implements IDropTarget.
Definition at line 123 of file CRecyclerDropTarget.cpp.
|
inlineoverride |
Implements IDropTarget.
Definition at line 146 of file CRecyclerDropTarget.cpp.
|
private |
Definition at line 33 of file CRecyclerDropTarget.cpp.
Referenced by CRecyclerDropTarget(), and Drop().
|
private |
Definition at line 32 of file CRecyclerDropTarget.cpp.
Referenced by CRecyclerDropTarget(), DragEnter(), and DragLeave().