windows.shell32: add some file drag-drop functions

factor-shell
Alexander Iljin 2017-08-22 01:56:46 +03:00 committed by John Benediktsson
parent 42fc4340ab
commit 8acdd142cf
1 changed files with 6 additions and 0 deletions

View File

@ -309,10 +309,16 @@ COM-INTERFACE: IShellFolder IUnknown {000214E6-0000-0000-C000-000000000046}
FUNCTION: HRESULT SHGetDesktopFolder ( IShellFolder** ppshf )
FUNCTION: void DragAcceptFiles ( HWND hWnd, BOOL fAccept )
FUNCTION: UINT DragQueryFileW ( HDROP hDrop,
UINT iFile,
LPWSTR lpszFile,
UINT cch )
ALIAS: DragQueryFile DragQueryFileW
FUNCTION: BOOL DragQueryPoint ( HDROP hDrop, POINT* lppt )
FUNCTION: void DragFinish ( HDROP hDrop )
FUNCTION: BOOL IsUserAnAdmin ( )