nw::lyt::ARCInitHandle Function

Syntax

bool ARCInitHandle(
     void * arcStart,
     ARCHandle * handle
);

Arguments

Name Description
in arcStart Start address of the archive file in memory.
out handle The ARCHandle structure to be initialized

Return Values

Returns TRUE if opening the archive file succeeds.

Description

Opens an archive.

The ARCHandle structure is initialized so that ARCInitHandle() can reference the archive file loaded in memory.

Before calling this function, you must at least load the archive file's header and FST into memory.


CONFIDENTIAL