
#include <twl/tcl.h>
BOOL TCL_GetPictureInfoFromPath( const TCLAccessor* pAccessor ,
TCLPictureInfo** ppPicInfo ,
const char* path ,
size_t len );
| pAccessor | Accessor |
| pPicInfo | Photo information |
| path | Buffer that stores the path |
| len | Path length |
TRUE when data was obtained successfully.
Gets photo information from the path to a saved photo.
2009/04/06 Initial version.
CONFIDENTIAL