GetTitleUniqueId

nn::phtsel::CTR::PhtselInput::GetTitleUniqueId Member Function

Syntax

u32 GetTitleUniqueId(
     u8 titleUniqueIdIdx
) const;

Arguments

Name Description
in titleUniqueIdIdx Index of the title unique ID to get. (Must be greater than or equal to 0 but less than the GetTitleUniqueIdNum function value.)

Return Values

Title unique ID.

Description

Gets the current title unique ID.

The first ID set by the AddTitleUniqueId function has titleUniqueIdIdx==0. The second ID set has titleUniqueIdIdx==1. Use this information to get the IDs.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL