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>TCLSearchCondition</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCLSearchCondition <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 enum
17{
18    TCL_SEARCH_CONDITION_NONE          = 0         ,
19    TCL_SEARCH_CONDITION_PICTURE       = 1 &lt;&lt; 0x00 ,
20    TCL_SEARCH_CONDITION_FRAME         = 1 &lt;&lt; 0x01 ,
21    TCL_SEARCH_CONDITION_FAVORITE_NONE = 1 &lt;&lt; 0x07 ,
22    TCL_SEARCH_CONDITION_FAVORITE_1    = 1 &lt;&lt; 0x08 ,
23    TCL_SEARCH_CONDITION_FAVORITE_2    = 1 &lt;&lt; 0x09 ,
24    TCL_SEARCH_CONDITION_FAVORITE_3    = 1 &lt;&lt; 0x0a ,
25    TCL_SEARCH_CONDITION_FAVORITE_ALL  = 1 &lt;&lt; 0x0b ,
26    TCL_SEARCH_CONDITION_LAUNCHER      = 1 &lt;&lt; 0x0c ,
27    TCL_SEARCH_CONDITION_APPLICATION   = 1 &lt;&lt; 0x0d ,
28    TCL_SEARCH_CONDITION_FREE          = 1 &lt;&lt; 0x10 ,
29    TCL_SEARCH_CONDITION_MAX
30} TCLSearchCondition;
31	</code></pre>
32</dl>
33
34<h2>Description</h2>
35<p>The <a href="TCL_InitSearchObject.html"><code>TCL_InitSearchObject</code></a> function specifies conditions for search-related functions. </p>
36<p>The conditions are explained in the following list.</p>
37<table>
38<tr><td>TCL_SEARCH_CONDITION_PICTURE<td>Search only for photos.
39<tr><td>TCL_SEARCH_CONDITION_FRAME<td>Search only for frames.
40<tr><td>TCL_SEARCH_CONDITION_FAVORITE_NONE<td>Search for non-favorite photos and frames.
41<tr><td>TCL_SEARCH_CONDITION_FAVORITE_1<td>Search for first favorite photos.
42<tr><td>TCL_SEARCH_CONDITION_FAVORITE_2<td>Search for second favorite photos.
43<tr><td>TCL_SEARCH_CONDITION_FAVORITE_3<td>Search for third favorite photos.
44<tr><td>TCL_SEARCH_CONDITION_FAVORITE_ALL<td>Search for all favorite photos.
45<tr><td>TCL_SEARCH_CONDITION_LAUNCHER<td>Search for photo signed with the launcher key.<br/>Photos signed by the launcher key specify photos captured by the Nintendo DSi Menu or the Nintendo DSi camera.
46<tr><td>TCL_SEARCH_CONDITION_APPLICATION<td>Search for photos signed with the general key.<br/>Photos signed with the general key specify photos captured by other applications.
47<tr><td>TCL_SEARCH_CONDITION_FREE<td>Search for empty portions of management information. (Not normally used in an application.)
48</table>
49
50<h2>See Also</h2>
51<p><code><a href="TCL_InitSearchObject.html">TCL_InitSearchObject</a></code></p>
52
53<h2>Revision History</h2>
54<p>
552009/03/04 Added explanation of the launcher and general keys.<br/> 2008/10/24 Added <code>TCL_SEARCH_CONDITION_FAVORITE_NONE</code>.<br/> 2008/10/07 Initial version.
56</p>
57
58<hr><p>CONFIDENTIAL</p></body>
59</html>
60