
#include <twl/tcl.h>
TCLResult TCL_SearchPictureInfoByIndex( const TCLAccessor* pAccessor ,
const TCLPictureInfo** ppPicInfo ,
const TCLSearchObject* pSearchObj ,
int index );
pAccessor | Accessor |
ppPicInfo | Pointer to where search information is stored |
pSearchObj | Search object |
index | Index of photo information to get from photos that match the search conditions |
Gets information in the order defined by the index argument from photos that match the search conditions.
If the returned value is not TCL_RESULT_SUCCESS, the retrieved information is unreliable.
While searching, if a function such as TCL_EncodeAndWritePicture or TCL_SortTable changes the number or order of photos being managed, the search behavior is no longer defined.
The accessor must be initialized by the TCL_LoadTable or TCL_CreateTable functions.
2009/03/04 Corrected errors.
2008/10/07 Initial version.
CONFIDENTIAL