Changeset 1871 for trunk/dll/select.h
- Timestamp:
- Sep 21, 2015, 12:57:02 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/select.h
r1227 r1871 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2008 Steven H. Levine9 Copyright (c) 2008, 2015 Steven H. Levine 10 10 11 11 Change log 12 20 Sep 15 GKY Create CollapseAll and modify ExpandAll to reduce code overhead 13 both to try and speed drive expansion. Change ExpandAll to allow it to loop 14 in UM_EXPAND until until drive is completely expanded. Changes were need to 15 work with Flesh, Stubby and UnFlesh being moved to a thread 12 16 13 17 ***********************************************************************/ … … 21 25 VOID DeselectAll(HWND hwndCnr, BOOL files, BOOL dirs, CHAR * mask, 22 26 CHAR * text, BOOL arc); 23 VOID ExpandAll(HWND hwndCnr, BOOL expand, PCNRITEM pciParent); 27 BOOL ExpandAll(HWND hwndCnr, INT count, PCNRITEM pciParent); 28 VOID CollapseAll(HWND hwndCnr, PCNRITEM pciParent); 24 29 VOID HideAll(HWND hwndCnr); 25 30 VOID InvertAll(HWND hwndCnr);
Note:
See TracChangeset
for help on using the changeset viewer.