TCLSearchObject

Definition

#include <twl/tcl.h>


typedef struct
{
    int startIdx;
    u32 condition;
} TCLSearchObject;
	

Description

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.

See Also

TCL_InitSearchObject
TCL_SearchNextPictureInfo
TCL_SearchPictureInfoByIndex
TCL_SearchNextPicturePath
TCL_SearchPicturePathByIndex

Revision History

2008/10/07 Initial version.


CONFIDENTIAL