ARCOpen

Syntax

#include <revolution/arc.h>

BOOL ARCOpen(ARCHandle* handle, const char* fileName, ARCFileInfo* af);

Arguments

handle Pointer to the file's ARCHandle structure.
fileName The file name inside the archive file.
af Pointer to the ARCFileInfo structure to be initialized.

Return Values

Returns TRUE if successful, FALSE if unsuccessful.

Description

ARCOpen opens a file in the arcive and initializes the specified ARCFileInfo structure. The ARCHandle structure of the archive file must be initialized beforehand using ARCInitHandle.

See Also

ARCFastOpen, ARCInitHandle

Revision History

2006/05/15 Initial version.


CONFIDENTIAL