TCL_ChangePictureFavoriteType

Definition

#include <twl/tcl.h>


TCLResult TCL_ChangePictureFavoriteType( TCLAccessor* pAccessor ,
                                         TCLPictureInfo* pPicInfo ,
                                         TCLFavoriteType favoriteType ,
                                         FSResult* pFSResult );
	

Arguments

pAccessorAccessor
pPicInfoPhoto information
favoriteTypeFavorites type.
pFSResultLocation to store the FSResult value when an error occurs in an FS function

Return Values

Processing result

Description

This function changes the Favorites type of photo data.

Note: Only allow the Favorites type to be changed for photo data created by your own titles. You may even restrict this to items created by the application itself. Because photo data includes the game code of the application that encoded it, call the SSP_GetJpegDecoderSoftware function to get a game code after you have decoded the photo data using the TCL_DecodePicture function. Compare this game code with the game codes for your company's games.

See Also

Revision History

2009/10/14 Initial version.


CONFIDENTIAL