nn::cfg::CTR::UserName Structurestruct UserName
{
wchar_t userName[CFG_USER_NAME_LENGTH];
bool isNgUserName;
};
Structure that represents the user name.
User names obtained from the nn::cfg::CTR::GetUserName function are guaranteed to be NULL terminated.
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. |
CONFIDENTIAL