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_SearchPictureInfoByIndex</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCL_SearchPictureInfoByIndex <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_SearchPictureInfoByIndex( const TCLAccessor* pAccessor ,
17                                        const TCLPictureInfo** ppPicInfo ,
18                                        const TCLSearchObject* pSearchObj ,
19                                        int index );
20	</code></pre>
21</dl>
22
23<h2>Arguments</h2>
24<p>
25<table>
26<tr><td><code>pAccessor</code><td><a href="TCLAccessor.html">Accessor</a>
27<tr><td><code>ppPicInfo</code><td><a href="TCLPictureInfo.html">Pointer to where search information is stored</a>
28<tr><td><code>pSearchObj</code><td><a href="TCLSearchObject.html">Search object</a>
29<tr><td><code>index</code><td>Index of photo information to get from photos that match the search conditions
30</table>
31</p>
32
33<h2>Return Values</h2>
34<p><a href="TCLResult.html">Processing result</a></p>
35
36<h2>Description</h2>
37<p>Gets information in the order defined by the <code>index</code> argument from photos that match the search conditions.</p>
38<p>If the returned value is not <code>TCL_RESULT_SUCCESS</code>, the retrieved information is unreliable.</p>
39<p>While searching, if a function such as <a href="TCL_EncodeAndWritePicture.html"><code>TCL_EncodeAndWritePicture</code></a> or <a href="TCL_SortTable.html"><code>TCL_SortTable</code></a> changes the number or order of photos being managed, the search behavior is no longer defined.</p>
40<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>
41
42<h2>See Also</h2>
43<p><a href="TCL_InitSearchObject.html"><code>TCL_InitSearchObject</code></a></p>
44
45<h2>Revision History</h2>
46<p>
472009/03/04 Corrected errors.<br/> 2008/10/07 Initial version.
48</p>
49
50<hr><p>CONFIDENTIAL</p></body>
51</html>
52