|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <precomp.h>
Go to the source code of this file.
Macros | |
| #define | D_NONE DROPEFFECT_NONE |
| #define | D_COPY DROPEFFECT_COPY |
| #define | D_MOVE DROPEFFECT_MOVE |
| #define | D_LINK DROPEFFECT_LINK |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| static void | SHELL_StripIllegalFsNameCharacters (_Inout_ LPWSTR Buf) |
| static bool | PathIsSameDrive (LPCWSTR Path1, LPCWSTR Path2) |
| static bool | PathIsDriveRoot (LPCWSTR Path) |
| static HRESULT | SHELL_LimitDropEffectToItemAttributes (_In_ IDataObject *pDataObject, _Inout_ PDWORD pdwEffect) |
| static void | GetDefaultCopyMoveEffect () |
| static DWORD | GetDefaultFileOpFlags (IDataObject *pDO, DWORD fDefault=FOF_ALLOWUNDO|FOF_NOCONFIRMMKDIR) |
| HRESULT | CFSDropTarget_CreateInstance (LPWSTR sPathTarget, REFIID riid, LPVOID *ppvOut) |
Variables | |
| UINT | g_cf_FileOpFlags = 0 |
| #define D_COPY DROPEFFECT_COPY |
Definition at line 28 of file CFSDropTarget.cpp.
| #define D_LINK DROPEFFECT_LINK |
Definition at line 30 of file CFSDropTarget.cpp.
| #define D_MOVE DROPEFFECT_MOVE |
Definition at line 29 of file CFSDropTarget.cpp.
| #define D_NONE DROPEFFECT_NONE |
Definition at line 27 of file CFSDropTarget.cpp.
Definition at line 815 of file CFSDropTarget.cpp.
Referenced by CFSFolder::CreateViewObject(), and CFSFolder::GetUIObjectOf().
|
static |
Definition at line 68 of file CFSDropTarget.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu(), and CFSDropTarget::_QueryDrop().
|
inlinestatic |
Definition at line 75 of file CFSDropTarget.cpp.
Referenced by CFSDropTarget::_CopyItems(), and CFSDropTarget::_DoDrop().
Definition at line 46 of file CFSDropTarget.cpp.
Referenced by CFSDropTarget::DragEnter().
|
static |
Definition at line 58 of file CFSDropTarget.cpp.
Referenced by CFSDropTarget::_GetEffectFromMenu(), and CFSDropTarget::DragEnter().
Definition at line 32 of file CFSDropTarget.cpp.
Referenced by CFSDropTarget::_DoDrop().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
| UINT g_cf_FileOpFlags = 0 |
Definition at line 73 of file CFSDropTarget.cpp.
Referenced by CFolder::CopyMoveOperation(), and GetDefaultFileOpFlags().