nw::lyt::ARCInitHandle Function
bool ARCInitHandle(
void * arcStart,
ARCHandle * handle
);
| Name | Description | |
|---|---|---|
| in | arcStart | Start address of the archive file in memory. |
| out | handle | The ARCHandle structure to be initialized |
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