nn::dlp::CTR::TitleInfo Structurestruct TitleInfo
{
u32 uniqueId;
u8 childIndex;
u8 mac[6];
u16 programVersion;
bit8 ratingInfo[RATING_INFO_SIZE];
wchar_t shortTitleName[SHORT_TITLE_NAME_LENGTH];
wchar_t longTitleName[LONG_TITLE_NAME_LENGTH];
IconInfo icon;
u32 importSize;
nn::util::SizedEnum1< nn::cfg::CfgRegionCode > region;
bool ulcd;
};
Information on a child program.
| uniqueId | u32 | Unique ID | |
|---|---|---|---|
| childIndex | u8 | Child index | |
| mac | u8 | Server MAC address. | |
| programVersion | u16 | Program version. | |
| ratingInfo | bit8 | Rating information. | |
| shortTitleName | wchar_t | The one-line name of a child program. | |
| longTitleName | wchar_t | The two-line name of a child program. | |
| icon | IconInfo | Icon information. | |
| importSize | u32 | NAND memory size required for import, in bytes. | |
| region | nn::util::SizedEnum1< nn::cfg::CfgRegionCode > | Region. | |
| ulcd | bool | Whether there is ULCD display. |
CONFIDENTIAL