Commit 2fba6872 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added ListView_GetHeader macro.

parent d3b9ff2f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment