Alistair Leslie-Hughes : include: Added LVITEMINDEX.

Alexandre Julliard julliard at winehq.org
Fri Aug 2 14:26:30 CDT 2019


Module: wine
Branch: master
Commit: eed7a2dca9e8f10b2226d3fed7f2b5b1561b89a7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=eed7a2dca9e8f10b2226d3fed7f2b5b1561b89a7

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Fri Aug  2 02:20:34 2019 +0000

include: Added LVITEMINDEX.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/commctrl.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/include/commctrl.h b/include/commctrl.h
index 0ad5614..906f2c3 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -3886,6 +3886,17 @@ typedef struct NMLVSCROLL
     int dy;
 } NMLVSCROLL, *LPNMLVSCROLL;
 
+typedef struct tagLVITEMINDEX
+{
+    int iItem;
+    int iGroup;
+} LVITEMINDEX, *PLVITEMINDEX;
+
+#define LVGGR_GROUP      0
+#define LVGGR_HEADER     1
+#define LVGGR_LABEL      2
+#define LVGGR_SUBSETLINK 3
+
 #define ListView_SetItemCount(hwnd,count) \
     (BOOL)SNDMSG((hwnd),LVM_SETITEMCOUNT,(WPARAM)(INT)(count),0)
 #define ListView_SetTextBkColor(hwnd,clrBk) \




More information about the wine-cvs mailing list