windows.shell32: add some file drag-drop functions
parent
42fc4340ab
commit
8acdd142cf
|
@ -309,10 +309,16 @@ COM-INTERFACE: IShellFolder IUnknown {000214E6-0000-0000-C000-000000000046}
|
||||||
|
|
||||||
FUNCTION: HRESULT SHGetDesktopFolder ( IShellFolder** ppshf )
|
FUNCTION: HRESULT SHGetDesktopFolder ( IShellFolder** ppshf )
|
||||||
|
|
||||||
|
FUNCTION: void DragAcceptFiles ( HWND hWnd, BOOL fAccept )
|
||||||
|
|
||||||
FUNCTION: UINT DragQueryFileW ( HDROP hDrop,
|
FUNCTION: UINT DragQueryFileW ( HDROP hDrop,
|
||||||
UINT iFile,
|
UINT iFile,
|
||||||
LPWSTR lpszFile,
|
LPWSTR lpszFile,
|
||||||
UINT cch )
|
UINT cch )
|
||||||
ALIAS: DragQueryFile DragQueryFileW
|
ALIAS: DragQueryFile DragQueryFileW
|
||||||
|
|
||||||
|
FUNCTION: BOOL DragQueryPoint ( HDROP hDrop, POINT* lppt )
|
||||||
|
|
||||||
|
FUNCTION: void DragFinish ( HDROP hDrop )
|
||||||
|
|
||||||
FUNCTION: BOOL IsUserAnAdmin ( )
|
FUNCTION: BOOL IsUserAnAdmin ( )
|
||||||
|
|
Loading…
Reference in New Issue