CListBox::SetItemDataPtr

Call this member function to set the 32-bit value associated with the specified item in a list box to be the specified pointer (void*).

Syntax

int SetItemDataPtr( int nIndex, void* pData );

At a Glance

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

See Also

CListBox Overview, CListBox Member Functions, Control Classes, CListBox::SetItemData, CListBox::GetItemData, CListBox::GetItemDataPtr