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