Added ListView_GetHeader macro.

oldstable
Eric Pouech 2004-02-02 23:09:42 +00:00 committed by Alexandre Julliard
parent d3b9ff2f8a
commit 2fba6872ad
1 changed files with 3 additions and 0 deletions

View 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"