struct ArcInfo
{
int SFXSize;
int Volume;
int Comment;
int Recovery;
int Lock;
DWORD Flags;
DWORD Reserved;
int Chapters;
};
| Structure | Description |
|---|---|
| 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. |
ArcInfo structure, initialized by 0's, is passed to the CloseArchive function.