void* GetItemDataPtr( int nIndex ) const;
Return Value
Retrieves a pointer, or –1 if an error occurs.
Parameters
nIndex
Contains the zero-based index of an item in the combo box’s list box.
Remarks
Retrieves the application-supplied 32-bit value associated with the specified combo-box item as a pointer (void*).
CComboBox Overview | Class Members | Hierarchy Chart
See Also CComboBox::SetItemDataPtr, CComboBox::GetItemData, CComboBox::SetItemData, CB_GETITEMDATA