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>NA_UnloadOtherTitleArchive</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">NA_UnloadOtherTitleArchive <IMG src="../../image/TWL.gif" width="23" height="12" border="0" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19 <pre><CODE>#include <twl/na.h> 20 21FSResult NA_UnloadOtherTitleArchive(void); 22</CODE></pre> 23</dd> 24</dl> 25 26<h2>Arguments</h2> 27<p> 28None. 29</p> 30 31<h2>Return Values</h2> 32<p> 33Returns <code>FS_RESULT_SUCCESS</code> if processing completed successfully. <br>Other values indicate an error. The following values, in particular, have specific meanings. 34</p> 35 36<table class="table"> 37<tr><th>FS_RESULT_ALREADY_DONE<td>No save data is loaded. 38<tr><th>FS_RESULT_UNSUPPORTED<td>This is running on the Nintendo DS and cannot be used. 39</table> 40 41<H2>Description</H2> 42<P> 43Unloads save data that is currently loaded from another NAND application, removing it from the file system. 44</p> 45 46<h2>See Also</h2> 47<p><CODE></CODE></p> 48 49<H2>Revision History</H2> 50<P> 512008/09/16 Added <CODE>FS_RESULT_UNSUPPORTED</CODE> to the return values. <br>2008/07/14 Initial version. 52</P> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55