CListBox::GetItemDataPtr

Call this member function to retrieve the application-supplied 32-bit value associated with the specified list-box item as a pointer (void*).

Syntax

void* GetItemDataPtr( int nIndex ) const;

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::AddString, CListBox::GetItemData, CListBox::InsertString, CListBox::SetItemData