imgdb::util::IsSamePictureTitleUniqueId Function

Syntax

bool IsSamePictureTitleUniqueId(
     const wchar_t * pPath,
     u32 nUId
);

Parameters

Name Description
in pPath The picture path.
in nUId Unique ID of title.

Return Values

Returns TRUE if they are the same.

Description

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