TCL_GetPictureInfoFromPath

Definition

#include <twl/tcl.h>


BOOL TCL_GetPictureInfoFromPath( const TCLAccessor* pAccessor ,
                          TCLPictureInfo** ppPicInfo ,
                          const char* path ,
                          size_t len );
	

Arguments

pAccessorAccessor
pPicInfoPhoto information
pathBuffer that stores the path
lenPath length

Return Values

TRUE when data was obtained successfully.

Description

Gets photo information from the path to a saved photo.

See Also

TCL_PrintPicturePath

Revision History

2009/04/06 Initial version.


CONFIDENTIAL