CListCtrl::GetItemData

Call this member function to retrieve 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

DWORD GetItemData( int nItem ) const;

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, CListCtrl::GetItem, CListCtrl::SetItemData