Changeset 10090 for trunk/include/win/commctrl.h
- Timestamp:
- May 15, 2003, 2:39:56 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/commctrl.h
r10087 r10090 2730 2730 #define LVIF_STATE 0x0008 2731 2731 #define LVIF_INDENT 0x0010 2732 #define LVIF_GROUPID 0x0100 2733 #define LVIF_COLUMNS 0x0200 2732 2734 #define LVIF_NORECOMPUTE 0x0800 2733 2735 #define LVIF_DI_SETITEM 0x1000 … … 2929 2931 LPARAM lParam; 2930 2932 INT iIndent; /* (_WIN32_IE >= 0x0300) */ 2933 int iGroupId; /* (_WIN32_IE >= 0x560) */ 2934 UINT cColumns; /* (_WIN32_IE >= 0x560) */ 2935 PUINT puColumns; /* (_WIN32_IE >= 0x560) */ 2931 2936 } LVITEMA, *LPLVITEMA; 2932 2937 … … 2943 2948 LPARAM lParam; 2944 2949 INT iIndent; /* (_WIN32_IE >= 0x0300) */ 2950 int iGroupId; /* (_WIN32_IE >= 0x560) */ 2951 UINT cColumns; /* (_WIN32_IE >= 0x560) */ 2952 PUINT puColumns; /* (_WIN32_IE >= 0x560) */ 2945 2953 } LVITEMW, *LPLVITEMW; 2946 2954
Note:
See TracChangeset
for help on using the changeset viewer.