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 data. Encoding UTF16-LE
Display size: The number of characters displayable as 17 double-byte characters
Maximum buffer size: 64 x 2 B (including the NULL terminator)
in dataSize Specifies the data size.

Return Values

nn::Result

Description

Sets a MessageBox's name.


CONFIDENTIAL