nnfriendsProfile

nnfriendsProfile Structure

Syntax

struct nnfriendsProfile
{
u8 region;
u8 country;
u8 area;
u8 language;
u8 platform;
};

Description

Structure storing a user's profile information.

Member Variables

region u8 The region code for the hardware region.
country u8 Country code.
area u8 Area code.
language u8 Language code.
platform u8 Platform code. nn::friends::CTR::PLATFORM_CTR is always entered for the CTR system when valid data are input.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL