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_UnloadOverlay</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">FS_UnloadOverlay <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> 20 <BR> 21 <CODE>BOOL FS_UnloadOverlay(MIProcessor target, <A href="../fs_overlay_id_types.html">FSOverlayID</a> id);</CODE><br> 22 <br> 23 </dd> 24</dl> 25<h2>Arguments</h2> 26<TABLE border="1" width="100%"> 27 <TBODY> 28 <TR> 29 <TD width="13%"><EM><STRONG>target</STRONG></EM></TD> 30 <TD width="87%">Unload target (ARM9 processor/ARM7 processor).</TD> 31 </TR> 32 <TR> 33 <TD width="13%"><EM><STRONG>id</STRONG></EM></TD> 34 <TD width="87%">The module to unload.</TD> 35 </TR> 36 </TBODY> 37</TABLE> 38 39<h2>Return Values</h2> 40<p>Returns TRUE if the module is unloaded properly; FALSE otherwise.</p> 41 42<H2>Description</H2> 43<P>This function unloads an overlay module that is specified by a processor and is specified by a number. This function is equivalent to using the <A href="../fs_overlay_info_type.html"><code>FSOverlayInfo</code></A> function to acquire overlay module information and calling the <code><a href="FS_UnloadOverlayImage.html">FS_UnloadOverlayImage</a></code> function. <BR> 44<h2>See Also</h2> 45<p><A href="../fs_overlay_info_type.html"><code>FSOverlayInfo</code></A>, <A href="../fs_overlay_id_types.html"><code>FSOverlayID</code></A>, <A href="../fs_overlay_id_types.html"><code>FS_OVERLAY_ID</code></A>, <A href="FS_LoadOverlayInfo.html"><code>FS_LoadOverlayInfo</code></A>, <A href="FS_UnloadOverlayImage.html"><code>FS_UnloadOverlayImage</code></A>, <A href="FS_LoadOverlay.html"><code>FS_LoadOverlay</code></A></p> 46 47<H2>Revision History</H2> 48<P> 492004/06/11 Added descriptions due to additional overlay functions.<BR> 2004/04/08 Revised description due to changing the <code>FSOverlayID</code> type.<BR> 2004/04/05 Revised description due to addition of the <code>FSOverlayID</code> type.<BR> 2004/04/01 Initial version.<BR> 50</P> 51<hr><p>CONFIDENTIAL</p></body> 52</html> 53