source: trunk/dll/select.h@ 1169

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

Ticket 187: Draft 1: Functions only

File size: 923 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(SELECT_H)
16#define SELECT_H
17
18VOID DeselectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask,
19 CHAR * text, BOOL arc);
20VOID ExpandAll(HWND hwndCnr, BOOL expand, PCNRITEM pciParent);
21VOID HideAll(HWND hwndCnr);
22VOID InvertAll(HWND hwndCnr);
23VOID RemoveAll(HWND hwndCnr, ULONGLONG * ullTotalBytes, ULONG * totalfiles);
24VOID SelectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask, CHAR * text,
25 BOOL arc);
26VOID SelectList(HWND hwndCnr, BOOL partial, BOOL deselect, BOOL clearfirst,
27 PCNRITEM pciParent, CHAR * filename, CHAR ** list);
28VOID SpecialSelect2(HWND hwndParent, INT action);
29
30
31#endif // SELECT_H
Note: See TracBrowser for help on using the repository browser.