nn::cfg::CTR::UserName Structure

Syntax

struct UserName
{
   wchar_t userName[CFG_USER_NAME_LENGTH];
   bool isNgUserName;
};

Description

Structure that represents the user name.

Member Variables

userName The user name.
isNgUserName Indicates whether the user name contains profanity. This has a value of true when the string contains profanity.

Revision History

2010/05/27
Initial version.

CONFIDENTIAL