GetMessageBoxName

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

Syntax

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

Parameters

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
Result::IsSuccess Process succeeded.
A value other than the above. Process failed.

Description

Gets a MessageBox's name.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL