ArcInfo

Far Manager

ArcInfo

This structure is passed to the CloseArchive function.
struct ArcInfo
{
  int SFXSize;
  int Volume;
  int Comment;
  int Recovery;
  int Lock;
  DWORD Flags;
  DWORD Reserved;
  int Chapters;
};

Members

SFXSize
SFX module size
Volume
Volume flag
Comment
Archive comment is present
Recovery
Recovery record is present
Lock
Archive is locked
Flags
Additional archive information flags. The Flags field can be a combination of the following values:
StructureDescription
AF_AVPRESENT There's a digital signature (archive authenticity information).
AF_IGNOREERRORS Archive command exit codes are ignored for this archive.
AF_HDRENCRYPTED Archive header is encrypted.
Reserved
reserved for future use.
Chapters
Number of chapters in an archive.

Remarks

ArcInfo structure, initialized by 0's, is passed to the CloseArchive function.

See also: