Source position: xadmaster.pas line 500
type txadFileInfo = record |
xfi_Next: PxadFileInfo; |
xfi_EntryNumber: LongWord; |
xfi_EntryInfo: PChar; |
xfi_PrivateInfo: Pointer; |
xfi_Flags: LongWord; |
xfi_FileName: PChar; |
xfi_Comment: PChar; |
xfi_Protection: LongWord; |
xfi_OwnerUID: LongWord; |
xfi_OwnerGID: LongWord; |
xfi_UserName: PChar; |
xfi_GroupName: PChar; |
xfi_Size: LongWord; |
xfi_GroupCrSize: LongWord; |
xfi_CrunchSize: LongWord; |
xfi_LinkName: PChar; |
xfi_Date: txadDate; |
xfi_Generation: Word; |
xfi_DataPos: LongWord; |
xfi_MacFork: PxadFileInfo; |
xfi_UnixProtect: Word; |
xfi_DosProtect: Byte; |
xfi_FileType: Byte; |
xfi_Special: PxadSpecial; |
end; |