[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

TExAllData

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

Declaration

Source position: amigados.pas line 1022

type TExAllData = record

  ed_Next: PExAllData;

  

  ed_Name: PChar;

  

  ed_Type: LongInt;

  

  ed_Size: ULONG;

  

  ed_Prot: ULONG;

  

  ed_Days: ULONG;

  

  ed_Mins: ULONG;

  

  ed_Ticks: ULONG;

  

  ed_Comment: PChar;

  

  ed_OwnerUID: Word;

  

  ed_OwnerGID: Word;

  

end;


Documentation generated on: 2017-01-10