nn::cec::CTR::Message::SetInfoText Member Function

Syntax

nn::Result SetInfoText(
     const wchar_t * infoTextData,
     size_t infoTextSize
);

Parameters

Name Description
in infoTextData Data.
in infoTextSize 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 the information text of a Message.

Same as SetExHeader(MESSAGE_EXHEADER_TYPE_INFO, infoTextSize, infoTextData).

Revision History

2010/11/10
Initial version.

CONFIDENTIAL