nn::cec::CTR::MessageBox::GetMessageBoxData Member Functionnn::Result GetMessageBoxData( u32 datatype, void * dataBuf, size_t dataBufSize ) const;
| Name | Description | |
|---|---|---|
| in | datatype | Specifies the data type. Specified using the CecBoxDataType enumerated type. |
| out | dataBuf | Specifies the buffer. |
| in | dataBufSize | Buffer size. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
| A value other than the above. | Process failed. |
Gets the data associated with a MessageBox.
CONFIDENTIAL