CListCtrl::SetItemData

Call this member function to set the 32-bit application-specific value associated with the item specified by nItem. This value is the lParam member of the LV_ITEM structure; for more information on this structure, see GetItem.

Syntax

BOOL SetItemData( int nItem, DWORD dwData );

At a Glance

Header File Afxcmn.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CListCtrl Overview, CListCtrl Member Functions, Control Classes, GetItem, CListCtrl::GetItemData