bool IsSamePictureTitleUniqueId( const wchar_t * pPath, u32 nUId );
Name | Description | |
---|---|---|
in | pPath | The picture path. |
in | nUId | Unique ID of title. |
TRUE
if they are the same. Checks whether the picture's title unique ID is the same as the specified ID.
pPath
specifies the path obtained by JpegSaver
, MpSaver
, or the Photo Selector Applet. Operation is not supported if a different path is specified. If the picture cannot be loaded or for some other reason it cannot be recognized, the function returns FALSE
.
CONFIDENTIAL