TFarListTitles
The FarListTitles stucture for Delphi:
TFarListTitles = packed record TitleLen: Integer; Title: PChar; BottomLen: Integer; Bottom: PChar; end; PFarListTitles = ^TFarListTitles;
TFarListTitles = packed record TitleLen: Integer; Title: PChar; BottomLen: Integer; Bottom: PChar; end; PFarListTitles = ^TFarListTitles;