Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_INSERTITEM

2157 #define LVM_INSERTITEM __MINGW_NAME_AW(LVM_INSERTITEM)
2159 #define ListView_InsertItem(hwnd,pitem) (int)SNDMSG((hwnd),LVM_INSERTITEM,0,(LPARAM)(const LV_ITEM *)(pitem))