
#include <twl/tcl.h>
void TCL_SortTable( TCLAccessor* pAccessor , TCLSortType sortType );
pAccessor | Accessor |
sortType | Sort type |
None.
The TCL_SortTable function sorts the photo information managed in the management file.
To search sorted photo information, call this function before calling a search function.
The accessor must be initialized by the TCL_LoadTable or TCL_CreateTable functions.
2008/10/07 Initial version.
CONFIDENTIAL