Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETITEMCOUNT

2444 #define LVM_SETITEMCOUNT (LVM_FIRST+47)
2445 #define ListView_SetItemCount(hwndLV,cItems) SNDMSG((hwndLV),LVM_SETITEMCOUNT,(WPARAM)(cItems),0)
2446 #define ListView_SetItemCountEx(hwndLV,cItems,dwFlags) SNDMSG((hwndLV),LVM_SETITEMCOUNT,(WPARAM)(cItems),(LPARAM)(dwFlags))