Unit 'AmigaDOS' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

TExAllData

Structure in which exall results are returned in. Note that only the fields asked for will exist!

Declaration

Source position: amigados.pas line 1060

type TExAllData = packed record

  ed_Next: PExAllData;

  

  ed_Name: PChar;

  

  ed_Type: LongInt;

  

  ed_Size: LongWord;

  

  ed_Prot: LongWord;

  

  ed_Days: LongWord;

  

  ed_Mins: LongWord;

  

  ed_Ticks: LongWord;

  

  ed_Comment: PChar;

  

  ed_OwnerUID: Word;

  

  ed_OwnerGID: Word;

  

  ed_Size64: QWord;

  

end;


Documentation generated on: 2021-07-30