source: trunk/dll/draglist.h

Last change on this file was 1402, checked in by Gregg Young, 17 years ago

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

  • Property svn:eolstyle set to native
  • Property svn:keywords set to Id
File size: 901 bytes
RevLine 
[1166]1
2/***********************************************************************
3
[1196]4 $Id: draglist.h 1402 2009-03-14 17:17:59Z gyoung $
[1166]5
[1196]6 <<<description here>>>
[1166]7
[1196]8 Copyright (c) 1993-98 M. Kimes
9 Copyright (c) 2008 Steven H. Levine
[1166]10
[1196]11 Change log
[1402]12 08 Mar 09 GKY Additional strings move to PCSZs
[1166]13
14***********************************************************************/
15
16#if !defined(DRAGLIST_H)
17#define DRAGLIST_H
18
[1181]19HWND DoFileDrag(HWND hwndCnr, HWND hwndObj, PCNRDRAGINIT pcd, CHAR * arcfile,
20 CHAR * directory, BOOL moveok);HWND DragList(HWND hwnd, HWND hwndObj, CHAR ** list, BOOL moveok);
[1166]21HWND DragOne(HWND hwndCnr, HWND hwndObj, CHAR * filename, BOOL moveok);
[1181]22VOID FreeDragInfoData (HWND hwnd, PDRAGINFO pDInfo);
[1166]23BOOL PickUp(HWND hwndCnr, HWND hwndObj, PCNRDRAGINIT pcd);
24
[1207]25// Data declarations
[1402]26extern PCSZ DRMDRFLIST;
[1207]27extern HPOINTER hptrDir;
28extern HPOINTER hptrFile;
29extern HPOINTER hptrLast;
[1166]30
31#endif // DRAGLIST_H
Note: See TracBrowser for help on using the repository browser.