CComboBox::GetItemDataPtr

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 OverviewClass MembersHierarchy Chart

See Also   CComboBox::SetItemDataPtr, CComboBox::GetItemData, CComboBox::SetItemData, CB_GETITEMDATA