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>ARCFastOpen</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8</HEAD>
9<BODY>
10<H1>ARCFastOpen</H1>
11
12<H2>Syntax</H2>
13<dl><dd><pre class="construction">
14#include &lt;revolution/arc.h&gt;
15
16BOOL ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af);
17</pre></dd></dl>
18
19<H2>Arguments</H2>
20<TABLE class="arguments" border="1" >
21  <TBODY>
22    <TR>
23<TH>handle</TH>
24<TD>Pointer to the file's <CODE>ARCHandle</CODE> structure.</TD>
25    </TR>
26    <TR>
27<TH>entrynum</TH>
28<TD>Entry number of the file.</TD>
29    </TR>
30    <TR>
31<TH>af</TH>
32<TD>Pointer to the <CODE>ARCFileInfo</CODE> structure to be initialized.</TD>
33    </TR>
34  </TBODY>
35</TABLE>
36
37<H2>Return Values</H2>
38<P>Returns <CODE>TRUE</CODE> if successful, <CODE>FALSE</CODE> if unsuccessful.</P>
39
40<H2>Description</H2>
41<P><CODE>ARCFastOpen</CODE> opens a file in the archive and initializes the specified <CODE>ARCFileInfo</CODE> structure. This differs from <A href="ARCOpen.html"><CODE>ARCOpen</CODE></A> in that an entry number is specified instead of a file name. <A href="ARCConvertPathToEntrynum.html"><CODE>ARCConvertPathToEntrynum</CODE></A> must be called first to get the <SPAN class="argument">entrynum</SPAN> of the file.</P>
42
43<H2>See Also</H2>
44<P class="reference">
45<A href="ARCOpen.html">ARCOpen</A><BR><A href="ARCInitHandle.html">ARCInitHandle</A><BR><A href="ARCConvertPathToEntrynum.html">ARCConvertPathToEntrynum</A>
46</P>
47
48<H2>Revision History</H2>
49<P>
502006/05/15 Initial version.<BR>
51</P>
52
53<hr><p>CONFIDENTIAL</p></body>
54</HTML>