Home | History | Annotate | Download | only in include

Lines Matching refs:LVM_SETITEMSTATE

2420 #define LVM_SETITEMSTATE (LVM_FIRST+43)
2421 #define ListView_SetItemState(hwndLV,i,data,mask) { LV_ITEM _ms_lvi; _ms_lvi.stateMask = mask; _ms_lvi.state = data; SNDMSG((hwndLV),LVM_SETITEMSTATE,(WPARAM)(i),(LPARAM)(LV_ITEM *)&_ms_lvi);}