Searched refs:HDROP (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | wownt32.h | 96 #define HDROP_32(h16) ((HDROP) (ULONG_PTR)(h16)) 124 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16, WOW_TYPE_HDROP)))
|
H A D | shellapi.h | 39 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 D | windowsx.h | 836 /* 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 D | wownt32.h | 96 #define HDROP_32(h16) ((HDROP) (ULONG_PTR)(h16)) 124 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16, WOW_TYPE_HDROP)))
|
H A D | shellapi.h | 39 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 D | windowsx.h | 836 /* 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 D | windef16.h | 88 DECLARE_HANDLE16(HDROP); variable
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | windef16.h | 88 DECLARE_HANDLE16(HDROP); variable
|
/vbox/src/VBox/Additions/WINNT/VBoxTray/ |
H A D | VBoxDnDDropTarget.cpp | 381 HDROP hDrop = (HDROP)(pvData);
|
Completed in 541 milliseconds