UINT GetItemState( int nItem, UINT nMask ) const;
Return Value
The state flags for the specified list view item.
Parameters
nItem
The index of the item whose state is to be retrieved.
nMask
Mask specifying which of the item’s state flags to return.
Remarks
Retrieves the state of a list view item.
An item’s state is specified by the state member of the LVITEM structure, as described in the Platform SDK. When you specify or change an item’s state, the stateMask member specifies which state bits you want to change.
CListCtrl Overview | Class Members | Hierarchy Chart
See Also CListCtrl::SetItemState, CListCtrl::GetItem