TFarListUpdate

Far Manager

TFarListUpdate

The FarListUpdate stucture for Delphi:
TFarListUpdate = packed record
  Index: integer;
  Item: TFarListItem;
end;
PFarListUpdate = ^TFarListUpdate;