HomeSort by relevance Sort by last modified time
    Searched full:hdrop (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 50 base::win::ScopedHGlobal<HDROP> hdrop(medium.hGlobal);
52 if (!hdrop.get())
56 if (DragQueryFileW(hdrop.get(), 0, filename, arraysize(filename))) {
180 base::win::ScopedHGlobal<HDROP> hdrop(medium.hGlobal);
181 if (!hdrop.get())
185 const unsigned num_files = DragQueryFileW(hdrop.get(), 0xffffffff, 0, 0);
188 if (!DragQueryFileW(hdrop.get(), i, filename, kMaxFilenameLen))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wownt32.h 33 #define HDROP_32(h16) ((HDROP) (WOWHandle32(h16,WOW_TYPE_HDROP)))
shellapi.h 47 DECLARE_HANDLE(HDROP);
57 SHSTDAPI_(UINT) DragQueryFileA(HDROP,UINT,LPSTR,UINT);
58 SHSTDAPI_(UINT) DragQueryFileW(HDROP,UINT,LPWSTR,UINT);
59 SHSTDAPI_(WINBOOL) DragQueryPoint(HDROP,LPPOINT);
60 SHSTDAPI_(void) DragFinish(HDROP);
windowsx.h 178 #define HANDLE_WM_DROPFILES(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HDROP)(wParam)),(LRESULT)0)
179 #define FORWARD_WM_DROPFILES(hwnd,hdrop,fn) (void)(fn)((hwnd),WM_DROPFILES,(WPARAM)(HDROP)(hdrop),(LPARAM)0)
    [all...]
windowsx.h16 215 #define HANDLE_WM_DROPFILES(hwnd,wParam,lParam,fn) ((fn)((hwnd),(HDROP)(wParam)),0L)
216 #define FORWARD_WM_DROPFILES(hwnd,hdrop,fn) (void)(fn)((hwnd),WM_DROPFILES,(WPARAM)(hdrop),0L)
    [all...]
richedit.h 853 HANDLE hDrop;
  /external/chromium_org/ui/gfx/win/
msg_util.h     [all...]

Completed in 350 milliseconds