Add missing ListView_SetItemCount declaration.
This commit is contained in:
parent
55d4f93e2b
commit
f3cd07f033
|
@ -3334,6 +3334,8 @@ typedef struct NMLVSCROLL
|
|||
int dy;
|
||||
} NMLVSCROLL, *LPNMLVSCROLL;
|
||||
|
||||
#define ListView_SetItemCount(hwnd,count) \
|
||||
(BOOL)SNDMSGA((hwnd),LVM_SETITEMCOUNT,(WPARAM)(INT)(count),0)
|
||||
#define ListView_SetTextBkColor(hwnd,clrBk) \
|
||||
(BOOL)SNDMSGA((hwnd),LVM_SETTEXTBKCOLOR,0,(LPARAM)(COLORREF)(clrBk))
|
||||
#define ListView_SetTextColor(hwnd,clrBk) \
|
||||
|
|
Loading…
Reference in New Issue