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 name="GENERATOR" content="Microsoft FrontPage 5.0">
6<META http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<TITLE>DARCHGetArcSize</TITLE>
9</HEAD>
10<BODY>
11<H1>DARCHGetArcSize</H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15<PRE><CODE>#include &lt;revolution/darch.h&gt;</CODE></PRE>
16  <DD>
17<PRE><CODE>u32 DARCHGetArcSize(const DARCHFileInfo* <i>fileInfo</i>, const u32 <i>fileInfoNum</i>);</CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<p>
21<table border="1" cellpadding="3" cellspacing="0">
22
23  <tr>
24<td width="120" bgcolor="#ffffe8"><code><b><i>fileInfo</i></b></code></td>
25<td width="520">Pointer to structure containing file information of a file to archive.</td>
26  </tr>
27  <tr>
28<td width="120" bgcolor="#ffffe8"><code><b><i>fileInfoNum</i></b></code></td>
29<td width="520">Number of files to archive.</td>
30  </tr>
31
32</table>
33</p>
34
35<H2>Return Values</H2>
36<P>Returns the size of the specified file after archiving.</P>
37
38<H2>Description</H2>
39<P>The <CODE>DARCHGetArcSize</CODE> function returns the size after archiving of the file specified by the <code><A href="DARCHFileInfo.html">DARCHFileInfo</A></code> structure. </P>
40
41<P>This function only calculates the size of the archive file image.<br>Actual archiving is performed by running the <code><a href="DARCHCreate.html">DARCHCreate</a></code> function. </P>
42
43<H2>See Also</H2>
44<p><code><a href="DARCHCreate.html">DARCHCreate</a></code>, <code><a href="DARCHFileInfo.html">DARCHFileInfo</a></code></p>
45
46<H2>Revision History</H2>
47<P>
482007/10/10 Initial version.
49</P>
50
51<hr><p>CONFIDENTIAL</p></body>
52</HTML>