ReactOS 0.4.16-dev-981-g80eb313
|
#include <shlobj.h>
Public Attributes | |
DWORD | pFiles |
POINT | pt |
BOOL | fNC |
BOOL | fWide |
BOOL _DROPFILES::fNC |
Definition at line 2317 of file shlobj.h.
Referenced by DragQueryPoint(), and test_DragQueryFile().
BOOL _DROPFILES::fWide |
Definition at line 2318 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryFileA(), DragQueryFileW(), RenderHDROP(), test_DragQueryFile(), and TestHDROP().
DWORD _DROPFILES::pFiles |
Definition at line 2315 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 2316 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryPoint(), and test_DragQueryFile().