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>ARCInitHandle</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>ARCInitHandle</H1> 11 12<H2>Syntax</H2> 13<dl><dd><pre class="construction"> 14#include <revolution/arc.h> 15 16BOOL ARCInitHandle(void* arcStart, ARCHandle* handle); 17</pre></dd></dl> 18 19<H2>Arguments</H2> 20<TABLE class="arguments" border="1" > 21 <TBODY> 22 <TR> 23<TH>arcStart</TH> 24<TD>Start address of the archive file in memory.</TD> 25 </TR> 26 <TR> 27<TH>handle</TH> 28<TD>Pointer to the<CODE>ARCHandle</CODE> structure to be initialized.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32 33<H2>Return Values</H2> 34<P>Returns <CODE>TRUE</CODE> if the opening the archive file succeeds. Otherwise, returns <CODE>FALSE</CODE>.</P> 35 36<H2>Description</H2> 37<P><CODE>ARCInitHandle</CODE> opens the specified archive file in memory in order to initialize the <CODE>ARCHandle</CODE> structure. Before calling this function, it is necessary to load the entire archive file or its header or FST into memory.</P> 38 39<H2>See Also</H2> 40<P>None.</P> 41 42<H2>Revision History</H2> 43<P> 442006/05/15 Initial version.<BR> 45</P> 46 47<hr><p>CONFIDENTIAL</p></body> 48</HTML>