TCL_CalcNumEnableToTakePictures

Definition

#include <twl/tcl.h>


int TCL_CalcNumEnableToTakePictures( const TCLAccessor* pAccessor );
	

Arguments

pAccessorAccessor

Return Values

The number of photos that can be taken. A negative return value indicates the function failed.

Description

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.

See Also

Revision History

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