nn::cec::CTR::MessageBox::GetMessageBoxName Member Functionnn::Result GetMessageBoxName( wchar_t * dataBuf, size_t dataBufSize ) const;
| 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. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
| A value other than the above. | Process failed. |
Gets a MessageBox's name.
CONFIDENTIAL