nn::cec::CTR::MessageBox::SetMessageBoxIcon Member Functionnn::Result SetMessageBoxIcon( const void* data, size_t dataSize );
| Name | Description | |
|---|---|---|
| in | data | Specifies the icon data to be displayed on the system management screen and elsewhere. Format: RGB565 (little-endian) Size: 48 x 48 (4.5 KB) |
| in | dataSize | Specifies the data size. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNotAuthorized |
The box has not been opened. |
| A value other than the above. | Failed. |
Sets a MessageBox's icon.
CONFIDENTIAL