ARCGetStartAddrInMem

Syntax

#include <revolution/arc.h>

void* ARCGetStartAddrInMem(ARCFileInfo* af);

Arguments

af Pointer to the file's ARCFileInfo structure.

Return Values

Returns the start address of the file.

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.

See Also

ARCFastOpen, ARCOpen, ARCGetLength

Revision History

2006/07/xx Revised the description in the Description section.
2006/05/15 Initial version.


CONFIDENTIAL