Structure in which exall results are returned in. Note that only the fields asked for will exist!
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; |