Searched defs:HDROP (Results 1 - 4 of 4) sorted by relevance
/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/Graphics/Wine/include/ |
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);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
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);
|
Completed in 63 milliseconds