source: trunk/dll/droplist.h@ 1192

Last change on this file since 1192 was 1183, checked in by John Small, 17 years ago

Ticket 187: Draft 2: Move remaining function declarations

File size: 760 bytes
Line 
1
2/***********************************************************************
3
4$Id: $
5
6<<<description here>>>
7
8Copyright (c) 1993-98 M. Kimes
9Copyright (c) 2008 Steven H. Levine
10
11Change log
12
13***********************************************************************/
14
15#if !defined(DROPLIST_H)
16#define DROPLIST_H
17
18BOOL AcceptOneDrop(HWND hwnd, MPARAM mp1, MPARAM mp2);
19BOOL CheckPmDrgLimit(PDRAGINFO pDInfo);
20LISTINFO *DoFileDrop(HWND hwndCnr, CHAR * directory, BOOL arcfilesok,
21 MPARAM mp1, MPARAM mp2);
22void DropHelp(MPARAM mp1, MPARAM mp2, HWND hwnd, char *text);
23BOOL FullDrgName(PDRAGITEM pDItem, CHAR * buffer, ULONG buflen);
24BOOL GetOneDrop(HWND hwnd, MPARAM mp1, MPARAM mp2, char *buffer, ULONG buflen);
25
26
27#endif // DROPLIST_H
Note: See TracBrowser for help on using the repository browser.