ARCGetStartAddrInMem

C Specification

#include <revolution/arc.h>
void* ARCGetStartAddrInMem(ARCFileInfo* af);

Description

Assuming that the entire archive file is located in memory, ARCGetStartAddrInMem returns the start address of the file in memory. Operations when this function is called cannot be guaranteed unless the entire archive is loaded.

Arguments

af Pointer to the file's ARCFileInfo structure

Return Values

Returns the start address of the file.

See Also

ARCFastOpen, ARCOpen, ARCGetLength

Revision History

5/15/2006 Initial version.
7/xx/2006 Revised description found under "Description."


CONFIDENTIAL