FarListGetItem

Far Manager

FarListGetItem

The FarListGetItem structure describes one item of a FarListItem structure for DI_LISTBOX and DI_COMBOBOX dialog items.
struct FarListGetItem
{
  int ItemIndex;
  struct FarListItem Item;
};

Members

ItemIndex
Index of the list item.
Item
List item represented by a FarListItem structure.

Remarks

See also: