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. This is always nn::friends::CTR::PLATFORM_CTR for a CTR system.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL