nn::cec::CTR::MessageBox::GetMessageBoxName Member Function

Syntax

nn::Result GetMessageBoxName(
     wchar_t * dataBuf,
     size_t dataBufSize
);

Arguments

Name Description
out dataBuf Specifies a buffer.
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 dataBufSize Buffer size.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
A value other than the above. Failed.

Description

Gets a MessageBox's name.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL