nw::lyt::ARCOpen Function

Syntax

NW_INLINE bool ARCOpen(
     ARCHandle * handle,
     ARCDirEntry * dirent,
     ARCFileInfo * af
);

Arguments

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

Return Values

Returns true on success and false on failure.

Description

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.

See Also

ARCInitHandle
ARCFastOpen
ARCReadDir


CONFIDENTIAL