source: trunk/src/user32/dragdrop.h@ 8542

Last change on this file since 8542 was 8542, checked in by sandervl, 23 years ago

moved drag 'n drop code to seperate file; minor updates

File size: 446 bytes
Line 
1/* $Id: dragdrop.h,v 1.1 2002-06-02 10:08:10 sandervl Exp $ */
2
3/*
4 * Win32 Drag 'n Drop functions for OS/2
5 *
6 * Copyright 2002 Sander van Leeuwen
7 *
8 * Project Odin Software License can be found in LICENSE.TXT
9 *
10 */
11#ifndef __DRAGDROP_H__
12#define __DRAGDROP_H__
13
14BOOL DragDropAccept(HWND hwnd);
15ULONG DragDropFiles(HWND hwnd, UINT cFiles, POINT point, LPSTR pszFiles, UINT cbszFiles, BOOL fNonClient = FALSE);
16
17#endif //__DRAGDROP_H__
18
19
Note: See TracBrowser for help on using the repository browser.