Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

UnRAR.ArchiveEntry.Constructor

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

UnRAR.ArchiveEntry.Constructor

Method Signatures

Sub Constructor(Data As RARHeaderData, Index As Integer, RAR As FolderItem)
Sub Constructor(Data As RARHeaderDataEx, Index As Integer, RAR As FolderItem)

Parameters

Name Type Comment
Data RARHeaderData(Ex) A raw UnRAR data structure
Index Integer The index of the entry in the archive to which the structure refers
RAR FolderItem The file containing the archive

Notes

Pass the data structure, the index of the item, and the original archive file.

Clone this wiki locally