nw::lyt::ARCOpen Function
NW_INLINE bool ARCOpen(
ARCHandle * handle,
ARCDirEntry * dirent,
ARCFileInfo * af
);
| Name | Description | |
|---|---|---|
| in | handle | An ARCHandle structure. |
| in | dirent | Directory entry structure representing a file in the archive. |
| out | af | The ARCFileInfo structure to be initialized |
Opens files in an archive
Opens a file inside the archive represented by the directory entry structure and initializes the specified ARCFileInfo structure.
The entry indicated by the directory entry structure must represent a file.
The directory structure must be initialized beforehand using ARCReadDir().
The ARCHandle structure of the archive file must be initialized beforehand using ARCInitHandle.
CONFIDENTIAL