TFarListColors

Far Manager

TFarListColors

The FarListColors stucture for Delphi:
TFarListColors = packed record
  Flags: DWORD;
  Reserved: integer;
  ColorCount: integer;
  Colors: PChar;
end;
PFarListColors = ^TFarListColors;