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="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>DARCHFileInfo</title> 10</head> 11 12<body> 13 14<h1>DARCHFileInfo</h1> 15 16 17<h2>Syntax</h2> 18 19<dl> 20 <dd><pre><code>#include <revolution/darch.h></code></pre></dd> 21 <dd><pre><CODE>typedef struct 22{ 23 char* pathName; 24 void* fileStart; 25 u32 length; 26 27} DARCHFileInfo; 28 29</CODE></pre> 30</dd></dl> 31 32<h2>Description</h2> 33<P>The <CODE>DARCHFileInfo</CODE> structure holds the information of the files to be archived.</P> 34 35<p> 36<table border="1" cellpadding="3" cellspacing="0"> 37 <tr> 38<td width="120" bgcolor="#ffffe8"><code><b><i>pathName</i></b></code></td> 39<td width="520">Absolute path of the file to archive (maximum of 260 characters per file).</td> 40 </tr> 41 <tr> 42<td width="120" bgcolor="#ffffe8"><code><b><i>fileStart</i></b></code></td> 43<td width="520">Starting address of the file to archive.</td> 44 </tr> 45 <tr> 46<td width="120" bgcolor="#ffffe8"><code><b><i>length</i></b></code></td> 47<td width="520">Size of the file to archive.</td> 48 </tr> 49</table> 50</p> 51 52<h2>See Also</h2> 53<p><code><a href="DARCHCreate.html">DARCHCreate</a></code>, <code><a href="DARCHGetArcSize.html">DARCHGetArcSize</a></code></p> 54 55 56<H2>Revision History</H2> 57<P>2007/10/10 Initial version.</P> 58<hr><p>CONFIDENTIAL</p></body> 59</html> 60