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>TCLAccessor</title> 6<link rel="stylesheet" href="../css/nitro.css" type="text/css"> 7</head> 8<body> 9<h1 align="left">TCLAccessor <img src="../image/TWL.gif" align="middle"></h1> 10 11<h2>Definition</h2> 12<dl> 13 <dd> 14 <code>#include <twl/tcl.h></code><br/> <br/> 15 <pre><code> 16typedef struct 17{ 18 void* tableBuffer; 19 u32 tableBufferSize; 20 void* workBuffer; 21 u32 workBufferSize; 22} TCLAccessor; 23 </code></pre> 24</dl> 25 26<h2>Description</h2> 27<p>Use the accessor to access various TCL functions.</p> 28<p>The accessor is initialized when functions such as <a href="TCL_LoadTable.html"><code>TCL_LoadTable</code></a> and <a href="TCL_CreateTable.html"><code>TCL_CreateTable</code></a> are called to load or create management files.</p> 29<p>The direct use of any of its members from an application is prohibited.</p> 30<p>Use the initialized accessor to access subsequent functions.</p> 31 32<h2>See Also</h2> 33<p><code><a href="TCL_LoadTable.html">TCL_LoadTable</a><BR> <a href="TCL_CreateTable.html">TCL_CreateTable</a></code></p> 34 35<h2>Revision History</h2> 36<p> 372008/10/07 Initial version. 38</p> 39 40<hr><p>CONFIDENTIAL</p></body> 41</html> 42