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_End</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">FS_End <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>void FS_End( void );</CODE><br> 22 <br> 23 </dd> 24</dl> 25<h2>Arguments</h2> 26<p>None.</p> 27 28<h2>Return Values</h2> 29<p>None.</p> 30 31<H2>Description</H2> 32<P>This function ends the FS library. The function performs these processes: <BR> 33<ul> 34<li>Calls the <A href="../archive/FS_UnloadArchive.html"><CODE>FS_UnloadArchive</CODE></A> and <A href="../archive/FS_ReleaseArchiveName.html"><CODE>FS_ReleaseArchiveName</CODE></A> functions to release all loaded archives. 35<li>Restores the FS library to the state it was in before the <A href="FS_Init.html"><CODE>FS_Init</CODE></A> function was called. 36</ul> 37</P> 38<H2>Note</H2> 39<P> 40The internal processes of this function do not take into consideration any details other than the ending of the FS library. Thus, if there is an archive that requires special ending processing (such as the need to release memory allocated by <A href="FS_LoadTable.html"><CODE>FS_LoadTable</CODE></A> and <A href="../archive/FS_LoadArchiveTables.html"><CODE>FS_LoadArchiveTables</CODE></A>), then you will need to do these independently before calling this function. 41</P> 42<h2>See Also</h2> 43<p><CODE><A href="FS_Init.html">FS_Init</A> <A href="FS_IsAvailable.html">FS_IsAvailable</A> <A href="../archive/FS_ReleaseArchiveName.html">FS_ReleaseArchiveName</A> <A href="../archive/FS_UnloadArchive.html">FS_UnloadArchive</A></CODE> <BR></P> 44<H2>Revision History</H2> 45<P> 462005/05/30 Initial version. 47</P> 48<hr><p>CONFIDENTIAL</p></body> 49</html> 50