#include <revolution/arc.h>
BOOL ARCInitHandle(void* arcStart, ARCHandle* handle);
ARCInitHandle() opens the specified archive file in memory to initialize ARCHandle structure. Either the entire archive or its header and FST should be loaded in memory before this function is called.
arcStart |
Start address of archive file in memory. |
handle |
Pointer to ARCHandle structure to initialize. |
TRUE if the archive file was opened successfully. Otherwise, returns FALSE.
05/15/2006 Initial version.