CListBox::GetItemDataPtr

void* GetItemDataPtr( int nIndex ) const;

Return Value

Retrieves a pointer, or –1 if an error occurs.

Parameters

nIndex

Specifies the zero-based index of the item in the list box.

Remarks

Retrieves the application-supplied 32-bit value associated with the specified list-box item as a pointer (void*).

CListBox OverviewClass MembersHierarchy Chart

See Also   CListBox::AddString, CListBox::GetItemData, CListBox::InsertString, CListBox::SetItemData, LB_GETITEMDATA