nn::cec::CTR::MessageBox::SetMessageBoxData Member Function
nn::Result SetMessageBoxData(
u32 datatype,
const void * data,
size_t dataSize
);
| Name | Description | |
|---|---|---|
| in | datatype | Specifies the data type. Specified using the CecBoxDataType enumerated type. |
| in | data | Specifies data. |
| in | dataSize | Specifies the data size. Maximum value of 10 KB. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNotAuthorized |
The box has not been opened. |
ResultTooLarge |
The data size is too large. |
| A value other than the above. | Failed. |
Sets the data associated with a MessageBox.
CONFIDENTIAL