ReactOS
0.4.15-dev-4916-gd519b11
|
#include <shlobj.h>
Public Attributes | |
DWORD | pFiles |
POINT | pt |
BOOL | fNC |
BOOL | fWide |
BOOL _DROPFILES::fNC |
Definition at line 2148 of file shlobj.h.
Referenced by DragQueryPoint(), and test_DragQueryFile().
BOOL _DROPFILES::fWide |
Definition at line 2149 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryFileA(), DragQueryFileW(), RenderHDROP(), test_DragQueryFile(), and TestHDROP().
DWORD _DROPFILES::pFiles |
Definition at line 2146 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryFileA(), DragQueryFileW(), RenderHDROP(), test_DragQueryFile(), and TestHDROP().
POINT _DROPFILES::pt |
Definition at line 2147 of file shlobj.h.
Referenced by _CDataObject_CreateInstance(), DragQueryPoint(), and test_DragQueryFile().