ARCInitHandle

C Specification

#include <revolution/arc.h>
BOOL ARCInitHandle(void* arcStart, ARCHandle* handle);

Description

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.

Arguments

arcStart Start address of archive file in memory.
handle Pointer to ARCHandle structure to initialize.

Return Values

TRUE if the archive file was opened successfully. Otherwise, returns FALSE.

See Also

 

Revision History

05/15/2006 Initial version.