Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Associates an application-specific 32-bit value with an editable list control item.
virtual void SetItemData(
   int iIndex,
   DWORD_PTR dwData 
);
Parameters
- [in] iIndex 
 The zero-based index of an editable list control item.
- [in] dwData 
 A 32-bit value. This value can be an application-specific integer or a pointer to other data.
Requirements
Header: afxvslistbox.h