nn::cec::CTR::Message::SetIcon Member Functionnn::Result SetIcon( void * iconData, size_t iconSize );
| Name | Description | |
|---|---|---|
| in | iconData | Data |
| in | iconSize | Specifies the data length. Maximum value of 8 KB. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
| ResultTooLarge | The data is too large. |
| ResultNotAuthorized | Attempted to edit a message that had already been established and assigned a MessageId. |
| A value other than the above. | Failed. |
Sets an icon for a message.
This function does the same thing as SetExHeader(MESSAGE_EXHEADER_TYPE_ICON, iconSize, iconData).
CONFIDENTIAL