HomeSort by relevance Sort by last modified time
    Searched defs:HDROP (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
Shell.h 54 HDROP m_Object;
62 void Attach(HDROP object);
63 operator HDROP() { return m_Object;}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h 60 DECLARE_HANDLE (HDROP);
70 SHSTDAPI_(UINT) DragQueryFileA (HDROP hDrop, UINT iFile, LPSTR lpszFile, UINT cch);
71 SHSTDAPI_(UINT) DragQueryFileW (HDROP hDrop, UINT iFile, LPWSTR lpszFile, UINT cch);
72 SHSTDAPI_(WINBOOL) DragQueryPoint (HDROP hDrop, POINT *ppt);
73 SHSTDAPI_(void) DragFinish (HDROP hDrop);

Completed in 755 milliseconds