
#include <twl/tcl.h>
typedef struct
{
int startIdx;
u32 condition;
} TCLSearchObject;
Use this structure with search-related functions.
It can be used after it is initialized by the TCL_InitSearchObject function.
The direct use of any of its members from an application is prohibited.
TCL_InitSearchObject
TCL_SearchNextPictureInfo
TCL_SearchPictureInfoByIndex
TCL_SearchNextPicturePath
TCL_SearchPicturePathByIndex
2008/10/07 Initial version.
CONFIDENTIAL