missing listview macro

Eric Pouech pouech-eric at wanadoo.fr
Sun Feb 1 14:24:01 CST 2004


A+
-------------- next part --------------
Name:          tv
ChangeLog:     added ListView_GetHeader macro
License:       X11
GenDate:       2004/02/01 20:23:27 UTC
ModifiedFiles: include/commctrl.h
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/include/commctrl.h,v
retrieving revision 1.127
diff -u -u -r1.127 commctrl.h
--- include/commctrl.h	23 Jan 2004 22:51:42 -0000	1.127
+++ include/commctrl.h	1 Feb 2004 17:51:04 -0000
@@ -3538,6 +3538,9 @@
 #define ListView_GetViewRect(hwndLV, prc) \
     (BOOL)SNDMSG((hwndLV),LVM_GETVIEWRECT,0,(LPARAM)(LPRECT)(prc))
 
+#define ListView_GetHeader(hwndLV) \
+    (HWND)SNDMSG((hwndLV),LVM_GETHEADER,0,0L)
+
 /* Tab Control */
 
 #define WC_TABCONTROLA		"SysTabControl32"


More information about the wine-patches mailing list