ARCInitHandle

Syntax

#include <revolution/arc.h>

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

Arguments

arcStart Start address of the archive file in memory.
handle Pointer to theARCHandle structure to be initialized.

Return Values

Returns TRUE if the opening the archive file succeeds. Otherwise, returns FALSE.

Description

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.

See Also

None.

Revision History

2006/05/15 Initial version.


CONFIDENTIAL