AddTitleUniqueId

nn::phtsel::CTR::PhtselInput::AddTitleUniqueId Member Function

Syntax

void AddTitleUniqueId(
     u32 titleUniqueId
);

Arguments

Name Description
in titleUniqueId Title unique ID.

Return Values

None.

Description

Sets a title unique ID.

The title unique ID is a 20-bit unique ID associated with the application. If this ID is set, only photos that have this ID are displayed. If no ID is set, images having any ID are displayed.
By calling this function multiple times, you can set up to TITLE_UNIQUE_ID_MAX_NUM IDs.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL