Added ListView_GetHeader macro.
authorEric Pouech <pouech-eric@wanadoo.fr>
Mon, 2 Feb 2004 23:09:42 +0000 (23:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Feb 2004 23:09:42 +0000 (23:09 +0000)
include/commctrl.h

index 0fc8082..293a27d 100644 (file)
@@ -3538,6 +3538,9 @@ typedef struct NMLVSCROLL
 #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"