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_GetPictureInfoFromPath</title> 6<link rel="stylesheet" href="../css/nitro.css" type="text/css"> 7</head> 8<body> 9<h1 align="left">TCL_GetPictureInfoFromPath <img src="../image/TWL.gif" align="middle"></h1> 10 11<h2>Definition</h2> 12<dl> 13 <dd> 14 <code>#include <twl/tcl.h></code><br/> <br/> 15 <pre><code> 16BOOL TCL_GetPictureInfoFromPath( const TCLAccessor* pAccessor , 17 TCLPictureInfo** ppPicInfo , 18 const char* path , 19 size_t len ); 20 </code></pre> 21</dl> 22 23<h2>Arguments</h2> 24<p> 25<table> 26<tr><td>pAccessor<td><a href="TCLAccessor.html">Accessor</a> 27<tr><td>pPicInfo<td><a href="TCLPictureInfo.html">Photo information</a> 28<tr><td>path<td>Buffer that stores the path 29<tr><td>len<td>Path length 30</table> 31</p> 32 33<h2>Return Values</h2> 34<p><CODE>TRUE</CODE> when data was obtained successfully.</p> 35 36<h2>Description</h2> 37<p>Gets photo information from the path to a saved photo.</p> 38 39<h2>See Also</h2> 40<p><code><a href="TCL_PrintPicturePath.html">TCL_PrintPicturePath</a></code></p> 41 42<h2>Revision History</h2> 43<p> 442009/04/06 Initial version. 45</p> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49