Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_GETITEMCOUNT

2057 #define LVM_GETITEMCOUNT (LVM_FIRST+4)
2058 #define ListView_GetItemCount(hwnd) (int)SNDMSG((hwnd),LVM_GETITEMCOUNT,(WPARAM)0,(LPARAM)0)