commit | 2fba6872ad46928d383e678720507b9dfdf09850 | [log] [tgz] |
---|---|---|
author | Eric Pouech <pouech-eric@wanadoo.fr> | Mon Feb 02 23:09:42 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Feb 02 23:09:42 2004 +0000 |
tree | 7fcdcdfe97b10d7d18dabf6b6298a69cf9ca901f | |
parent | d3b9ff2f8a3ac6f4e6cd1b389df8fe651a17e1d2 [diff] [blame] |
Added ListView_GetHeader macro.
diff --git a/include/commctrl.h b/include/commctrl.h index 0fc8082..293a27d 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -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"