1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>TCL_RepairTable</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCL_RepairTable <img src="../image/TWL.gif" align="middle"></h1>
10
11<h2>Definition</h2>
12<dl>
13	<dd>
14	<code>#include &lt;twl/tcl.h&gt;</code><br/> <br/>
15	<pre><code>
16TCLResult TCL_RepairTable( TCLAccessor* pAccessor , FSResult* pFSResult );
17	</code></pre>
18</dl>
19
20<h2>Arguments</h2>
21<p>
22<table>
23<tr><td><CODE>pAccessor</CODE><td><a href="TCLAccessor.html">Accessor</a>
24<tr><td><CODE>pFSResult</CODE><td>Processing result when an error has been generated by an FS function inside this function
25</table>
26</p>
27
28<h2>Return Values</h2>
29<p><a href="TCLResult.html">Processing result</a></p>
30
31<h2>Description</h2>
32<p>If a valid index has not been specified for the next save location, the photo can be loaded but it cannot be written. The return value of the <a href="TCL_LoadTable.html"><code>TCL_LoadTable</code></a> function is either <code>TCL_RESULT_ERROR_EXIST_OTHER_FILE</code> or <code>TCL_RESULT_ERROR_ALREADY_MANAGED</code>. When a valid index is not specified, use this function to search again for the next save location. A successful search will make it possible to write the photo.</p>
33<p>When this function succeeds, the management file is overwritten and updated. In addition, the photo information can be both loaded and written.</p>
34<p>The accessor must be initialized by the <a href="TCL_LoadTable.html"><code>TCL_LoadTable</code></a> or <a href="TCL_CreateTable.html"><code>TCL_CreateTable</code></a> functions.</p>
35
36<h2>See Also</h2>
37<p><code><a href="TCL_LoadTable.html">TCL_LoadTable</a></code></p>
38
39<h2>Revision History</h2>
40<p>
412008/10/07 Initial version.
42</p>
43
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46