mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 03:48:01 +00:00
Added ListView_GetHeader macro.
This commit is contained in:
parent
d3b9ff2f8a
commit
2fba6872ad
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user