LVM_SETITEMSTATE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message changes the state of an item in a list-view control. You can send this message explicitly or by using the ListView_SetItemState macro.

Syntax

LVM_SETITEMSTATE wParam = (WPARAM)(int) i; 
    lParam = (LPARAM)(LVITEM FAR *) pitem;

Parameters

  • i
    Index of the list-view item. If this parameter is –1, then the state change is applied to all items.
  • pitem
    Pointer to an LVITEM structure. The stateMask member specifies which state bits to change, and the state member contains the new values for those bits. The other members are ignored.

Return Value

If you send this message explicitly, TRUE indicates success. FALSE indicates failure.

Remarks

Related macro: ListView_SetItemState

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ListView_SetItemState
List-View Controls Messages