1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<TITLE>ARCClose</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>ARCClose</H1>
11
12<H2>Syntax</H2>
13<dl><dd><pre class="construction">
14#include &lt;revolution/arc.h&gt;
15
16BOOL ARCClose(ARCFileInfo* af);
17</pre></dd></dl>
18
19<H2>Arguments</H2>
20<TABLE class="arguments" border="1" >
21  <TBODY>
22    <TR>
23<TH>af</TH>
24<TD>Pointer to the <CODE>ARCFileInfo</CODE> structure of the file to be closed.</TD>
25    </TR>
26  </TBODY>
27</TABLE>
28
29<H2>Return Values</H2>
30<P>Always returns <CODE>TRUE</CODE> under the current implementation.</P>
31
32<H2>Description</H2>
33<P><CODE>ARCClose</CODE> closes a file in the archive.</P>
34
35<H2>See Also</H2>
36<P class="reference">
37<A href="ARCFastOpen.html">ARCFastOpen</A>, <A href="ARCOpen.html">ARCOpen</A>
38</P>
39
40<H2>Revision History</H2>
41<P>
422006/07/xx Revised description of the return value.<br>2006/05/15 Initial version.<br>
43</P>
44
45<hr><p>CONFIDENTIAL</p></body>
46</HTML>