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_PrintPicturePath</title>
6<link rel="stylesheet" href="../css/nitro.css" type="text/css">
7</head>
8<body>
9<h1 align="left">TCL_PrintPicturePath <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_PrintPicturePath( char* path ,
17                          size_t len ,
18                          const TCLPictureInfo* pPicInfo );
19	</code></pre>
20</dl>
21
22<h2>Arguments</h2>
23<p>
24<table>
25<tr><td><code>path</code><td>Buffer that stores the path
26<tr><td><code>len</code><td>Path length
27<tr><td><code>pPicInfo</code><td><a href="TCLPictureInfo.html">Photo information</a>
28</table>
29</p>
30
31<h2>Return Values</h2>
32<p>If the path is obtained, the value of the <code>STD_TSNPrintf</code> function, which contains the string length, is returned.</p>
33
34<h2>Description</h2>
35<p>Gets the path from photo information retrieved by a search function.</p>
36
37<h2>See Also</h2>
38<p><code><a href="TCL_SearchNextPictureInfo.html">TCL_SearchNextPictureInfo</a><BR> <a href="TCL_SearchPictureInfoByIndex.html">TCL_SearchPictureInfoByIndex</a></code></p>
39
40<h2>Revision History</h2>
41<p>
422008/10/07 Initial version.
43</p>
44
45<hr><p>CONFIDENTIAL</p></body>
46</html>
47