TCL_GetNumPictures

Definition

#include <twl/tcl.h>


int TCL_GetNumPictures( const TCLAccessor* pAccessor , const TCLSearchObject* pSearchObj );
	

Arguments

pAccessorAccessor
pSearchObjSearch object

Return Values

The number of photos matching the search conditions.

Description

Returns the number of photos that completely match the search conditions specified by the search object.

The accessor must be initialized by the TCL_LoadTable or TCL_CreateTable functions.

See Also

TCL_InitSearchObject

Revision History

2008/10/07 Initial version.


CONFIDENTIAL