Changeset 2894 for trunk/include/win/listview.h
- Timestamp:
- Feb 25, 2000, 5:58:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/listview.h
r2779 r2894 3 3 * 4 4 * Copyright 1998 Eric Kohl 5 * Copyright 2000 Christoph Bratschi 5 6 */ 6 7 … … 20 21 typedef struct tagLISTVIEW_SUBITEM 21 22 { 22 LP STR pszText;23 LPWSTR pszText; 23 24 INT iImage; 24 25 INT iSubItem; … … 29 30 { 30 31 UINT state; 31 LP STR pszText;32 LPWSTR pszText; 32 33 INT iImage; 33 34 LPARAM lParam; … … 40 41 typedef struct tagLISTVIEW_INFO 41 42 { 43 COMCTL32_HEADER header; 44 42 45 COLORREF clrBk; 43 46 COLORREF clrText; … … 53 56 INT nSelectionMark; 54 57 INT nHotItem; 55 SHORT notifyFormat;56 58 RECT rcList; 57 59 RECT rcView;
Note:
See TracChangeset
for help on using the changeset viewer.