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 7.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>FS_GetFileImageBottom</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">FS_GetFileImageBottom <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <nitro/fs.h></CODE><BR> <BR> <CODE>static inline u32 FS_GetFileImageBottom(const <A href="../fs_file_type.html">FSFile</a> *p_file);</CODE><br> <br> 20 </dd> 21</dl> 22 23<h2>Arguments</h2> 24<TABLE border="1" width="100%"> 25 <TBODY> 26 <TR> 27<TD width="13%"><EM><STRONG>p_file</STRONG></EM></TD> 28<TD width="87%">Address of the <code><a href="../fs_file_type.html">FSFile</a></code> structure<br />This file information must be maintained.</TD> 29 </TR> 30 </TBODY> 31</TABLE> 32 33<h2>Return Values</h2> 34<p>Returns the end of the file image area's offset value in the archive.</p> 35 36<H2>Description</H2> 37<P>Returns the end of the file image area's offset value in the archive. The return value is undefined when this function is called by any files other than the one opened by the <code><a href="FS_OpenFile.html">FS_OpenFileEx</a></code> function. <BR> 38<h2>See Also</h2> 39<p><CODE><A href="../fs_file_type.html">FSFile</A> <BR> <A href="FS_GetFileImageTop.html">FS_GetFileImageTop</A><BR> <A href="FS_OpenFileEx.html">FS_OpenFileEx</A><BR> <A href="../archive/FS_GetArchiveBase.html">FS_GetArchiveBase</A></CODE></P> 40<H2>Revision History</H2> 41<P> 422008/10/02 Updated the See Also list.<br /> 2004/07/13 Initial version.<BR> 43</P> 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46