Changeset 1469 for trunk/dll/comp.h
- Timestamp:
- Sep 28, 2009, 6:21:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.h
r1205 r1469 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 200 8Steven H. Levine9 Copyright (c) 2001, 2009 Steven H. Levine 10 10 11 11 05 Jan 08 SHL Split from fm3dll.h 12 12 18 Jan 08 SHL Sync with count update mods 13 27 Sep 09 SHL Support AND'ed selections 13 14 14 15 ***********************************************************************/ … … 44 45 typedef struct COMPARE 45 46 { 46 USHORT size; 47 USHORT size; // Structure size 48 USHORT shiftstate; // For AND'ed selections 47 49 HWND hwnd; 48 50 HWND hwndParent; … … 50 52 CHAR rightdir[CCHMAXPATH + 2]; 51 53 BOOL forcescroll; 52 BOOL filling; 54 BOOL filling; // Set when thread working 55 BOOL stop; // Requests thread stop 53 56 BOOL includesubdirs; 54 INT action; 55 UINT selleft; 57 INT action; // IDM_... 58 UINT selleft; // # selected 56 59 UINT selright; 57 60 UINT totalleft; … … 61 64 UINT uOldTotalLeft; 62 65 UINT uOldTotalRight; 63 CHAR rightlist[CCHMAXPATH]; // Snapshot file name 64 BOOL reset; 66 CHAR rightlist[CCHMAXPATH]; // Snapshot file name 65 67 HWND hwndCalling; 66 struct COMPARE *cmp; // callers compare defintion68 struct COMPARE *cmp; // Points to caller's compare structure 67 69 struct DIRCNRDATA dcd; 68 70 }
Note:
See TracChangeset
for help on using the changeset viewer.