
#include <twl/tcl.h>
int TCL_CalcNumEnableToTakePictures( const TCLAccessor* pAccessor );
pAccessor | Accessor |
The number of photos that can be taken. A negative return value indicates the function failed.
Calculates the number of photos that can be taken.
A slight margin is taken in the available space with this function, so if a value greater than 1 is returned, more than one photo can be saved.
The accessor must be initialized by the TCL_LoadTable or TCL_CreateTable function.
2009/06/29 Added explanation related to the method of calculating the number of photos that can be captured.
2008/10/07 Initial version.
CONFIDENTIAL