nn::cec::CTR::Message::GetIcon Member Functionnn::Result GetIcon( void ** iconData, size_t * iconSize ) const;
| Name | Description | |
|---|---|---|
| out | iconData | Data |
| out | iconSize | Data length (in bytes). |
nn::Result| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultNoData |
No data. |
| A value other than the above. | Process failed. |
Gets an icon from a Message.
Same as GetExHeader (MESSAGE_EXHEADER_TYPE_ICON, iconSize, iconData).
CONFIDENTIAL