nn::cfg::CTR::UserName Structure

Syntax

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

Description

Structure that represents the user name.

User names obtained from the nn::cfg::CTR::GetUserName function are guaranteed to be NULL terminated.

Member Variables

userName wchar_t The user name.
isNgUserName bool 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