TCL_PrintPicturePath

Definition

#include <twl/tcl.h>


int TCL_PrintPicturePath( char* path ,
                          size_t len ,
                          const TCLPictureInfo* pPicInfo );
	

Arguments

pathBuffer that stores the path
lenPath length
pPicInfoPhoto information

Return Values

If the path is obtained, the value of the STD_TSNPrintf function, which contains the string length, is returned.

Description

Gets the path from photo information retrieved by a search function.

See Also

TCL_SearchNextPictureInfo
TCL_SearchPictureInfoByIndex

Revision History

2008/10/07 Initial version.


CONFIDENTIAL