|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 () |
| HRESULT | CFSDropTarget_CreateInstance (LPWSTR sPathTarget, REFIID riid, LPVOID *ppvOut) |
| #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 806 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().
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 | ) |