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>ARCGetStartAddrInMem</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>ARCGetStartAddrInMem</H1> 11 12<H2>C Specification</H2> 13<DL> 14 <DD> 15<PRE><CODE>#include <revolution/arc.h></CODE></PRE> 16<DD><CODE>void* ARCGetStartAddrInMem(ARCFileInfo* <EM>af</EM>);</CODE> 17</DL> 18<H2>Description</H2> 19<P>Assuming that the entire archive file is located in memory, <CODE>ARCGetStartAddrInMem</CODE> returns the start address of the file in memory. Operations when this function is called cannot be guaranteed unless the entire archive is loaded.</P> 20<H2>Arguments</H2> 21<TABLE border="1" width="100%"> 22 <TBODY> 23 <TR> 24<TD><EM><STRONG><CODE>af</CODE></STRONG></EM></TD> 25<TD>Pointer to the file's <CODE>ARCFileInfo</CODE> structure</TD> 26 </TR> 27 </TBODY> 28</TABLE> 29<H2>Return Values</H2> 30<P>Returns the start address of the file.</P> 31<H2>See Also</H2> 32<P><CODE><A href="ARCFastOpen.html">ARCFastOpen</A>, <A href="ARCOpen.html">ARCOpen</A>, <A href="ARCGetLength.html">ARCGetLength</A></CODE></P> 33<H2>Revision History</H2> 34<P> 355/15/2006 Initial version.<br>7/xx/2006 Revised description found under "Description." 36</P> 37<hr> 38<P>CONFIDENTIAL</p> 39</BODY> 40</HTML>