TArcItemInfo
The ArcItemInfo stucture for Delphi:
TArcItemInfo = packed record HostOS: packed array[0..31] of char; Description: packed array[0..255] of char; Solid: integer; Comment: integer; Encrypted: integer; DictSize: integer; UnpVer: integer; end; PArcItemInfo = ^TArcItemInfo;