FarListUpdate
The FarListUpdate structure specifies the
settings for updating an item in a
DI_LISTBOX
or DI_COMBOBOX list:
the index of the item to update and the updated item's data.
struct FarListUpdate { int Index; struct FarListItem Item; };
Members
Remarks
User data associated with a list item is not deleted.
Use
LIF_DELETEUSERDATA
for autodeletion of user data.
See also: