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_InitSearchObject</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCL_InitSearchObject <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>
16void TCL_InitSearchObject( TCLSearchObject* pSearchObj , u32 condition );
17	</code></pre>
18</dl>
19
20<h2>Arguments</h2>
21<p>
22<table>
23<tr><td><code>pSearchObj</code><td><a href="TCLSearchObject.html">Search object</a>
24<tr><td><code>condition</code><td><a href="TCLSearchCondition.html">Search conditions</a>
25</table>
26</p>
27
28<h2>Return Values</h2>
29<p>None.</p>
30
31<h2>Description</h2>
32<p>Initializes the search object used for search-related functions.</p>
33<p>For <code>condition</code>, use the bitwise OR in the search conditions specified by <a href="TCLSearchCondition.html"><code>TCLSearchCondition</code></a>,</p>
34<p>Each search returns items that match the conditions specified by <code>condition</code>.</p>
35
36<h2>See Also</h2>
37<p><code><a href="TCL_GetNumPictures.html">TCL_GetNumPictures</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>
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