Structure in which exall results are returned in. Note that only the fields asked for will exist!
Source position: amigados.pas line 1072
type tExAllData = 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; |
|
|
end; |