Unit 'XADMASTER' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

txadFileInfo

Declaration

Source position: xadmaster.pas line 500

type txadFileInfo = record

  xfi_Next: PxadFileInfo;

  xfi_EntryNumber: ULONG;

  xfi_EntryInfo: STRPTR;

  xfi_PrivateInfo: APTR;

  xfi_Flags: ULONG;

  xfi_FileName: STRPTR;

  xfi_Comment: STRPTR;

  xfi_Protection: ULONG;

  xfi_OwnerUID: ULONG;

  xfi_OwnerGID: ULONG;

  xfi_UserName: STRPTR;

  xfi_GroupName: STRPTR;

  xfi_Size: ULONG;

  xfi_GroupCrSize: ULONG;

  xfi_CrunchSize: ULONG;

  xfi_LinkName: STRPTR;

  xfi_Date: txadDate;

  xfi_Generation: UWORD;

  xfi_DataPos: ULONG;

  xfi_MacFork: PxadFileInfo;

  xfi_UnixProtect: UWORD;

  xfi_DosProtect: UBYTE;

  xfi_FileType: UBYTE;

  xfi_Special: PxadSpecial;

end;


Documentation generated on: 2023-03-18