ARCGetStartOffset

C Specification

#include <revolution/arc.h>
u32 ARCGetStartOffset(ARCFileInfo* af);

Description

ARCGetStartOffset() returns the start offset of the file from the beginning of the archive.

Arguments

af Pointer to the ARCFileInfo structure of the file.

Return Values

The start offset of the file.

See Also

ARCFastOpen(), ARCOpen(), ARCGetLength()

Revision History

05/15/2006 Initial version.