1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<title>TCL_CalcNumEnableToTakePictures</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCL_CalcNumEnableToTakePictures <img src="../image/TWL.gif" align="middle"></h1>
10
11<h2>Definition</h2>
12<dl>
13	<dd>
14	<code>#include &lt;twl/tcl.h&gt;</code><br/> <br/>
15	<pre><code>
16int TCL_CalcNumEnableToTakePictures( const TCLAccessor* pAccessor );
17	</code></pre>
18</dl>
19
20<h2>Arguments</h2>
21<p>
22<table>
23<tr><td><code>pAccessor</code><td><a href="TCLAccessor.html">Accessor</a>
24</table>
25</p>
26
27<h2>Return Values</h2>
28<p>The number of photos that can be taken.  A negative return value indicates the function failed.</p>
29
30<h2>Description</h2>
31<p>Calculates the number of pictures that can be taken.</p>
32<p>The accessor must be initialized by the <a href="TCL_LoadTable.html"><code>TCL_LoadTable</code></a> or <a href="TCL_CreateTable.html"><code>TCL_CreateTable</code></a> functions.</p>
33
34<h2>See Also</h2>
35
36<h2>Revision History</h2>
37<p>
382008/10/07 Initial version.
39</p>
40
41<hr><p>CONFIDENTIAL</p></body>
42</html>
43