nn::cec::CTR::Message::SetIcon Member Function

Syntax

nn::Result SetIcon(
     void * iconData,
     size_t iconSize
);

Parameters

Name Description
in iconData Data.
in iconSize Specifies the data length. Maximum value of 8 KB.

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.
ResultTooLarge The data size is too large.
ResultNotAuthorized Attempted to edit a message that had already been established and assigned a MessageId.
A value other than the above. Process failed.

Description

Sets an icon for a message.

Same as SetExHeader (MESSAGE_EXHEADER_TYPE_ICON, iconSize, iconData).

Revision History

2010/08/16
Initial version.

CONFIDENTIAL