Changeset 8553 for trunk/src/user32/dragdrop.h
- Timestamp:
- Jun 2, 2002, 9:34:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dragdrop.h
r8542 r8553 1 /* $Id: dragdrop.h,v 1. 1 2002-06-02 10:08:10sandervl Exp $ */1 /* $Id: dragdrop.h,v 1.2 2002-06-02 19:34:27 sandervl Exp $ */ 2 2 3 3 /* … … 13 13 14 14 BOOL DragDropAccept(HWND hwnd); 15 ULONG DragDropFiles(HWND hwnd, UINT cFiles, POINT point, LPSTR pszFiles, UINT cbszFiles, BOOL fNonClient = FALSE); 15 BOOL DragDropDragOver(HWND hwnd, DWORD dwEffect); 16 BOOL DragDropDragLeave(HWND hwnd); 17 BOOL DragDropFiles(HWND hwnd, POINT point, UINT cFiles, LPSTR pszFiles, UINT cbszFiles, BOOL fNonClient = FALSE); 18 BOOL DragDropDragEnter(HWND hwnd, POINT point, UINT cFiles, LPSTR pszFiles, UINT cbszFiles, DWORD dwEffect, BOOL fNonClient = FALSE); 16 19 17 20 #endif //__DRAGDROP_H__
Note:
See TracChangeset
for help on using the changeset viewer.