#include <revolution/arc.h> BOOL ARCInitHandle(void* arcStart, ARCHandle* handle);
| arcStart | Start address of the archive file in memory. |
|---|---|
| handle | Pointer to theARCHandle structure to be initialized. |
Returns TRUE if the opening the archive file succeeds. Otherwise, returns FALSE.
ARCInitHandle opens the specified archive file in memory in order to initialize the ARCHandle structure. Before calling this function, it is necessary to load the entire archive file or its header or FST into memory.
None.
2006/05/15 Initial version.
CONFIDENTIAL