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>TCLSearchObject</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCLSearchObject <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>
16typedef struct
17{
18    int startIdx;
19    u32 condition;
20} TCLSearchObject;
21	</code></pre>
22</dl>
23
24<h2>Description</h2>
25<p>Use this structure with search-related functions.</p>
26<p>It can be used after it is initialized by the <a href="TCL_InitSearchObject.html"><code>TCL_InitSearchObject</code></a> function.</p>
27<p>The direct use of any of its members from an application is prohibited.</p>
28
29<h2>See Also</h2>
30<p><code><a href="TCL_InitSearchObject.html">TCL_InitSearchObject</a><BR> <a href="TCL_SearchNextPictureInfo.html">TCL_SearchNextPictureInfo</a><BR> <a href="TCL_SearchPictureInfoByIndex.html">TCL_SearchPictureInfoByIndex</a><BR> <a href="TCL_SearchNextPicturePath.html">TCL_SearchNextPicturePath</a><BR> <a href="TCL_SearchPicturePathByIndex.html">TCL_SearchPicturePathByIndex</a></code></p>
31
32<h2>Revision History</h2>
33<p>
342008/10/07 Initial version.
35</p>
36
37<hr><p>CONFIDENTIAL</p></body>
38</html>
39