Searched refs:HDROP (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwownt32.h96 #define HDROP_32(h16) ((HDROP) (ULONG_PTR)(h16))
124 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16, WOW_TYPE_HDROP)))
H A Dshellapi.h39 DECLARE_HANDLE(HDROP); variable
65 UINT WINAPI DragQueryFileA(HDROP hDrop, UINT lFile, LPSTR lpszFile, UINT lLength);
66 UINT WINAPI DragQueryFileW(HDROP hDrop, UINT lFile, LPWSTR lpszFile, UINT lLength);
68 void WINAPI DragFinish(HDROP h);
69 BOOL WINAPI DragQueryPoint(HDROP hDrop, POINT *p);
H A Dwindowsx.h836 /* void Cls_OnDropFiles(HWND hwnd, HDROP hdrop) */
838 ((fn)((hwnd), (HDROP)(wParam)), 0L)
840 (void)(fn)((hwnd), WM_DROPFILES, (WPARAM)(HDROP)(hdrop), 0L)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwownt32.h96 #define HDROP_32(h16) ((HDROP) (ULONG_PTR)(h16))
124 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16, WOW_TYPE_HDROP)))
H A Dshellapi.h39 DECLARE_HANDLE(HDROP); variable
65 UINT WINAPI DragQueryFileA(HDROP hDrop, UINT lFile, LPSTR lpszFile, UINT lLength);
66 UINT WINAPI DragQueryFileW(HDROP hDrop, UINT lFile, LPWSTR lpszFile, UINT lLength);
68 void WINAPI DragFinish(HDROP h);
69 BOOL WINAPI DragQueryPoint(HDROP hDrop, POINT *p);
H A Dwindowsx.h836 /* void Cls_OnDropFiles(HWND hwnd, HDROP hdrop) */
838 ((fn)((hwnd), (HDROP)(wParam)), 0L)
840 (void)(fn)((hwnd), WM_DROPFILES, (WPARAM)(HDROP)(hdrop), 0L)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwindef16.h88 DECLARE_HANDLE16(HDROP); variable
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwindef16.h88 DECLARE_HANDLE16(HDROP); variable
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp381 HDROP hDrop = (HDROP)(pvData);

Completed in 68 milliseconds