ARCClose

C Specification

#include <revolution/arc.h>
BOOL ARCClose(ARCFileInfo* af);

Description

ARCClose closes a file in the archive.

Arguments

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

Return Values

Always returns TRUE under the current implementation.

See Also

ARCFastOpen, ARCOpen

Revision History

5/15/2006 Initial version.
7/xx/2006 Revised description of the return value.


CONFIDENTIAL