1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
7<meta http-equiv="Content-Style-Type" content="text/css">
8<base target="main">
9<link rel="stylesheet" type="text/css" href="../CSS/revolution.css">
10<title>&lt;revolution/vi.h&gt;</title>
11</head>
12
13<body>
14
15<h1>List of the ARC Library API Functions</h1>
16<H2><A name="GD_base"><STRONG>Functions</STRONG></A></H2>
17<table border="1">
18  <tr>
19<td><a href="ARCInitHandle.html">ARCInitHandle</a> </td>
20    <td>Opens an archive.</td>
21  </tr>
22  <tr>
23<td><a href="ARCOpen.html">ARCOpen</a></td>
24    <td>Opens files in an archive</td>
25  </tr>
26  <tr>
27<td><a href="ARCFastOpen.html">ARCFastOpen</a> </td>
28    <td>Opens files in an archive as specified by entry number. </td>
29  </tr>
30  <tr>
31<td><a href="ARCConvertPathToEntrynum.html">ARCConvertPathToEntrynum</a></td>
32    <td>Converts file paths in the archive into an entry number.</td>
33  </tr>
34  <tr>
35<td><a href="ARCGetStartAddrInMem.html">ARCGetStartAddrInMem</a></td>
36    <td>Gets the start address of the file in memory.</td>
37  </tr>
38  <tr>
39<td><a href="ARCGetStartOffset.html">ARCGetStartOffset</a> </td>
40    <td>Gets the offset from the front of the archive to the start of the file. </td>
41  </tr>
42  <tr>
43<td><a href="ARCGetLength.html">ARCGetLength</a> </td>
44<td>Gets the size of the file.
45    </td>
46  </tr>
47  <tr>
48<td><a href="ARCClose.html">ARCClose</a></td>
49<td>Closes a file.</td>
50  </tr>
51  <tr>
52<td><a href="ARCChangeDir.html">ARCChangeDir</a></td>
53    <td>Changes the current directory of the archive. </td>
54  </tr>
55  <tr>
56<td><a href="ARCGetCurrentDir.html">ARCGetCurrentDir</a></td>
57    <td>Gets the current directory of the archive. </td>
58  </tr>
59  <tr>
60<td><a href="ARCOpenDir.html">ARCOpenDir</a></td>
61<td>Opens a directory.</td>
62  </tr>
63  <tr>
64    <td><a href="ARCOpenDir.html">ARCReadDir</a></td>
65    <td>Gets the directory entry information.</td>
66  </tr>
67  <tr>
68    <td><a href="ARCOpenDir.html">ARCCloseDir</a></td>
69    <td>Closes a directory.</td>
70  </tr>
71  <tr>
72    <td><a href="ARCOpenDir.html">ARCTellDir</a></td>
73    <td>Gets the current location associated with the directory structure.</td>
74  </tr>
75  <tr>
76    <td><a href="ARCOpenDir.html">ARCSeekDir</a> </td>
77    <td>Sets the position of the next ArcReadDir operation in the directory structure.</td>
78  </tr>
79  <tr>
80    <td><a href="ARCOpenDir.html">ARCRewindDir</a> </td>
81    <td>Resets the position of the specified directory structure to the start of the directory.</td>
82  </tr>
83
84
85</table>
86</body>
87</html>
88