#include <twl/tcl.h>
TCLResult TCL_ChangePictureFavoriteType( TCLAccessor* pAccessor ,
TCLPictureInfo* pPicInfo ,
TCLFavoriteType favoriteType ,
FSResult* pFSResult );
| pAccessor | Accessor |
| pPicInfo | Photo information |
| favoriteType | Favorites type. |
| pFSResult | Location to store the FSResult value when an error occurs in an FS function
|
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.
2009/10/14 Initial version.
CONFIDENTIAL