Changeset 1774 for trunk/include/win/listview.h
- Timestamp:
- Nov 19, 1999, 5:07:29 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/listview.h
r1566 r1774 11 11 #include "windef.h" 12 12 #include "wingdi.h" 13 14 /* Some definitions for inline edit control */ 15 typedef BOOL (*EditlblCallback)(HWND, LPSTR, DWORD); 16 17 typedef struct tagEDITLABEL_ITEM 18 { 19 WNDPROC EditWndProc; 20 DWORD param; 21 EditlblCallback EditLblCb; 22 } EDITLABEL_ITEM; 13 23 14 24 typedef struct tagLISTVIEW_SUBITEM … … 62 72 LPARAM lParamSort; 63 73 HWND hwndEdit; 64 LISTVIEW_ITEM *lpeditItem;74 EDITLABEL_ITEM *pedititem; 65 75 66 76 } LISTVIEW_INFO;
Note:
See TracChangeset
for help on using the changeset viewer.