
#include <twl/tcl.h>
void TCL_InitSearchObject( TCLSearchObject* pSearchObj , u32 condition );
pSearchObj | Search object |
condition | Search conditions |
None.
Initializes the search object used for search-related functions.
For condition, use the bitwise OR in the search conditions specified by TCLSearchCondition,
Each search returns items that match the conditions specified by condition.
TCL_GetNumPictures
TCL_SearchNextPictureInfo
TCL_SearchPictureInfoByIndex
TCL_SearchNextPicturePath
TCL_SearchPicturePathByIndex
2008/10/07 Initial version.
CONFIDENTIAL