CComboBox::GetItemDataPtr

This member function retrieves the application-supplied 32-bit value associated with the specified combo-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

CComboBox Overview, CComboBox Member Functions, Control Classes, CComboBox::SetItemDataPtr, CComboBox::SetItemData