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::cfg::CfgRegionCode region;
bool ulcd;
};
Information on a child program.
| uniqueId | Unique ID | |
|---|---|---|
| childIndex | Child index | |
| mac | Server MAC address. | |
| programVersion | Program version. | |
| ratingInfo | Rating information. | |
| shortTitleName | The one-line name of a child program. | |
| longTitleName | The two-line name of a child program. | |
| icon | Icon information. | |
| importSize | NAND memory size required for import, in bytes. | |
| region | Region. | |
| ulcd | Whether there is ULCD display. |
CONFIDENTIAL