int = SetItemState(item, state
, mask
)
Changes the state of an item in a list view control.
Parameters
item : int
Index of the item whose state is to be set.state : int
New values for the state bits.mask : int
Mask specifying which state bits to change.