#include <revolution/arc.h>
void* ARCGetStartAddrInMem(ARCFileInfo* af);
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.
af |
Pointer to the file's ARCFileInfo structure |
Returns the start address of the file.
ARCFastOpen, ARCOpen, ARCGetLength
5/15/2006 Initial version.
7/xx/2006 Revised description found under "Description."
CONFIDENTIAL