ARCClose

Syntax

#include <revolution/arc.h>

BOOL ARCClose(ARCFileInfo* af);

Arguments

af Pointer to the ARCFileInfo structure of the file to be closed.

Return Values

Always returns TRUE under the current implementation.

Description

ARCClose closes a file in the archive.

See Also

ARCFastOpen, ARCOpen

Revision History

2006/07/xx Revised description of the return value.
2006/05/15 Initial version.


CONFIDENTIAL