FarListDelete

Far Manager

FarListDelete

The FarListDelete structure specifies settings for deletion of items from a DI_LISTBOX or DI_COMBOBOX list.
struct FarListDelete
{
  int StartIndex;
  int Count;
};

Members

StartIndex
Index of the first item to be deleted.
Count
Number of items to be deleted.

Remarks

If the value of Count is less or equal to 0, all items will be deleted.
See also: