nn::cfg::CTR::UserName Structurestruct UserName
{
wchar_t userName[CFG_USER_NAME_LENGTH];
bool isNgUserName;
};
Structure that represents the user name.
userName
|
The user name. | |
|---|---|---|
isNgUserName
|
Indicates whether the user name contains profanity. This has a value of true when the string contains profanity. |
CONFIDENTIAL