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>Archiver (ARC/DARCH) API Function List</title> 11</head> 12 13<body> 14 15<h1>Archiver (ARC/DARCH) API Function List</h1> 16<H2><A name="ARC"><B>Archive Loading (ARC)</B></A></H2> 17<table class="api_list" border="1"> 18 <tr> 19<th><a href="ARCInitHandle.html">ARCInitHandle</a></th> 20<td>Opens an archive.</td> 21 </tr> 22 <tr> 23<th><a href="ARCOpen.html">ARCOpen</a></th> 24<td>Opens files in an archive</td> 25 </tr> 26 <tr> 27<th><a href="ARCFastOpen.html">ARCFastOpen</a></th> 28<td>Opens files in an archive as specified by entry number.</td> 29 </tr> 30 <tr> 31<th><a href="ARCConvertPathToEntrynum.html">ARCConvertPathToEntrynum</a></th> 32<td>Converts file paths in the archive into an entry number.</td> 33 </tr> 34 <tr> 35<th><a href="ARCGetStartAddrInMem.html">ARCGetStartAddrInMem</a></th> 36<td>Gets the start address of the file in memory.</td> 37 </tr> 38 <tr> 39<th><a href="ARCGetStartOffset.html">ARCGetStartOffset</a></th> 40<td>Gets the offset from the front of the archive to the start of the file. </td> 41 </tr> 42 <tr> 43<th><a href="ARCGetLength.html">ARCGetLength</a></th> 44<td>Gets the size of the file. 45 </td> 46 </tr> 47 <tr> 48<th><a href="ARCClose.html">ARCClose</a></th> 49<td>Closes a file.</td> 50 </tr> 51 <tr> 52<th><a href="ARCChangeDir.html">ARCChangeDir</a></th> 53<td>Changes the current directory of the archive.</td> 54 </tr> 55 <tr> 56<th><a href="ARCGetCurrentDir.html">ARCGetCurrentDir</a></th> 57<td>Gets the current directory of the archive.</td> 58 </tr> 59 <tr> 60<th><a href="ARCOpenDir.html">ARCOpenDir</a></th> 61<td>Opens a directory.</td> 62 </tr> 63 <tr> 64<th><a href="ARCOpenDir.html">ARCReadDir</a></th> 65<td>Gets the directory entry information.</td> 66 </tr> 67 <tr> 68<th><a href="ARCOpenDir.html">ARCCloseDir</a></th> 69<td>Closes a directory.</td> 70 </tr> 71 <tr> 72<th><a href="ARCOpenDir.html">ARCTellDir</a></th> 73<td>Gets the current location associated with the directory structure.</td> 74 </tr> 75 <tr> 76<th><a href="ARCOpenDir.html">ARCSeekDir</a></th> 77<td>Sets the position of the next <CODE>ARCReadDir</CODE> operation in the directory structure.</td> 78 </tr> 79 <tr> 80<th><a href="ARCOpenDir.html">ARCRewindDir</a></th> 81<td>Resets the position of the specified directory structure to the start of the directory.</td> 82 </tr> 83</table> 84 85<H2><A name="DARCH"><STRONG>Archive Creation (DARCH)</STRONG></A></H2> 86<table border="1"> 87 <tr> 88<td><a href="../darch/DARCHGetArcSize.html"><code>DARCHGetArcSize</code></a> </td> 89<td>Gets the size of the specified file after archiving.</td> 90 </tr> 91 <tr> 92<td><a href="../darch/DARCHCreate.html"><code>DARCHCreate</code></a> </td> 93<td>Archives the specified file and creates an archive file image.</td> 94 </tr> 95</table> 96 97<H2><A name="GD_base"><STRONG>Structures</STRONG></A></H2> 98<TABLE border="1"> 99 <TBODY> 100 <tr> 101<td><a href="../darch/DARCHFileInfo.html"><code>DARCHFileInfo</code></a></td> 102<td>Structure containing file information of files to archive.</td> 103 </tr> 104 </TBODY> 105</TABLE> 106<br> 107<hr><p>CONFIDENTIAL</p></body> 108</html> 109