ARCFastOpen

Syntax

#include <revolution/arc.h>

BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af);

Arguments

handle Pointer to the file's ARCHandle structure.
entrynum Entry number of the file.
af Pointer to the ARCFileInfo structure to be initialized.

Return Values

Returns TRUE if successful, FALSE if unsuccessful.

Description

ARCFastOpen opens a file in the archive and initializes the specified ARCFileInfo structure. This differs from ARCOpen in that an entry number is specified instead of a file name. ARCConvertPathToEntrynum must be called first to get the entrynum of the file.

See Also

ARCOpen
ARCInitHandle
ARCConvertPathToEntrynum

Revision History

2006/05/15 Initial version.


CONFIDENTIAL