nn::cec::CTR::MessageBox::SetMessageBoxName Member Function

Syntax

nn::Result SetMessageBoxName(
     const wchar_t * data,
     size_t dataSize
);

Arguments

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.

Return Values

nn::Result

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.

Description

Sets a MessageBox's name.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL