CListCtrl::GetItem

Retrieves some or all of a list view item's attributes.

BOOL GetItem( 
   LVITEM* pItem  
) const;

Parameters

  • pItem
    Pointer to an LVITEM structure that receives the item's attributes.

Return Value

Nonzero if successful; otherwise zero.

Remarks

The LVITEM structure specifies or receives the attributes of a list view item.

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

CListCtrl::SetItem