TCL_SearchPicturePathByIndex

Definition

#include <twl/tcl.h>


TCLResult TCL_SearchPicturePathByIndex( const TCLAccessor* pAccessor ,
                                        char* path ,
                                        size_t len ,
                                        const TCLSearchObject* pSearchObj ,
                                        int index );
	

Arguments

pAccessorAccessor
pathBuffer that stores the path
lenPath length
pSearchObjSearch object
indexIndex of photo information to get from photos that match the search conditions

Return Values

Processing result

Description

Gets the storage paths to photos that match the search criteria in the order specified by index.

If the returned value is not TCL_RESULT_SUCCESS, the path value is undefined.

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.

See Also

TCL_InitSearchObject

Revision History

2009/03/04 Corrected errors.
2008/10/07 Initial version.


CONFIDENTIAL