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_SearchNextPictureInfo</title> 6<link rel="stylesheet" href="../css/nitro.css" type="text/css"> 7</head> 8<body> 9<h1 align="left">TCL_SearchNextPictureInfo <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> 16TCLResult TCL_SearchNextPictureInfo( const TCLAccessor* pAccessor , 17 const TCLPictureInfo** ppPicInfo , 18 TCLSearchObject* pSearchObj ); 19 </code></pre> 20</dl> 21 22<h2>Arguments</h2> 23<p> 24<table> 25<tr><td>pAccessor<td><a href="TCLAccessor.html">Accessor</a> 26<tr><td>ppPicInfo<td><a href="TCLPictureInfo.html">Pointer to where search information is stored</a> 27<tr><td>pSearchObj<td><a href="TCLSearchObject.html">Search object</a> 28</table> 29</p> 30 31<h2>Return Values</h2> 32<p><a href="TCLResult.html">Processing result</a></p> 33 34<h2>Description</h2> 35<p>Gets the information for the next photo that matches the search conditions defined by the <SPAN class="argument">pSearchObj</SPAN> argument. </p> 36<p>If no next photo matches the search conditions, <code>TCL_RESULT_ERROR_NO_FIND_PICTURE</code> is returned.</p> 37<p>If the returned value is not <code>TCL_RESULT_SUCCESS</code>, the retrieved information is undefined.</p> 38<p>Behavior is undefined if a function such as <a href="TCL_EncodeAndWritePicture.html"><code>TCL_EncodeAndWritePicture</code></a>, <a href="TCL_SortTable.html"><code>TCL_SortTable</code></a>, or <a href="TCL_DeletePicture.html"><CODE>TCL_DeletePicture</CODE></a> changes the number or order of photos being managed during a search.</p> 39<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> function.</p> 40 41<h2>See Also</h2> 42<p><code><a href="TCL_InitSearchObject.html">TCL_InitSearchObject</a></code></p> 43 44<h2>Revision History</h2> 45<p> 462009/03/23 Added a condition when behavior would be undefined.<br> 2009/03/04 Fixed typos.<br/> 2008/10/07 Initial version. 47</p> 48 49<hr><p>CONFIDENTIAL</p></body> 50</html> 51