CListCtrl::SetItem

This method sets some or all of a list view item’s attributes.

At a Glance

Header file: Afxcmn.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL SetItem( const LV_ITEM* pItem ); BOOL SetItem( int nItem,
int
nSubItem, UINT nMask, LPCTSTR lpszItem, int nImage, UINT nState,
UINT
nStateMask, LPARAM lParam );

See Also

CListCtrl::GetItem