ReactOS 0.4.16-dev-122-g325d74c
|
#include <shlobj.h>
Public Attributes | |
DWORD | pFiles |
POINT | pt |
BOOL | fNC |
BOOL | fWide |
BOOL _DROPFILES::fNC |
Definition at line 2309 of file shlobj.h.
Referenced by DragQueryPoint(), and test_DragQueryFile().
BOOL _DROPFILES::fWide |
Definition at line 2310 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryFileA(), DragQueryFileW(), RenderHDROP(), test_DragQueryFile(), and TestHDROP().
DWORD _DROPFILES::pFiles |
Definition at line 2307 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), CRecyclerDropTarget::_DoDeleteDataObject(), CFSDropTarget::_DoDrop(), DragQueryFileA(), DragQueryFileW(), CExeDropHandler::Drop(), RenderHDROP(), test_DragQueryFile(), and TestHDROP().
POINT _DROPFILES::pt |
Definition at line 2308 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryPoint(), and test_DragQueryFile().