nn::cec::CTR::MessageBox::SetMessageBoxName Member Functionnn::Result SetMessageBoxName( const wchar_t * data, size_t dataSize );
| Name | Description | |
|---|---|---|
| in | data | Specifies the name to be displayed on the system management screen and elsewhere. Encoding UTF16-LE Display size: The number of characters displayable as 17 double-byte characters. Maximum buffer size: 64 x 2 bytes (including the NULL terminator) |
| in | dataSize | Specifies the data size. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNotAuthorized |
The box has not been opened. |
ResultInvalidData |
The data is too large. |
| A value other than the above. | Failed. |
Sets a MessageBox's name.
CONFIDENTIAL