Unit 'AsphyreArchives' Package
[Overview][Types][Classes][Variables][Index] [#pl_asphyresphinx]

TArchiveRecord

Declaration

Source position: AsphyreArchives.pas line 106

type TArchiveRecord = record

  Key: UniString;

  

  Offset: Int64;

  

  RecordType: TArchiveRecordType;

  

  OrigSize: Cardinal;

  

  PhysSize: Cardinal;

  

  DateTime: TDateTime;

  

  Checksum: Cardinal;

  

  Secure: Boolean;

  

  InitVec: Int64;

  

end;



CT Web help

CodeTyphon Studio