nn::cec::CTR::Message::SetInfoText Member Functionnn::Result SetInfoText( wchar_t * infoTextData, size_t infoTextSize );
| Name | Description | |
|---|---|---|
| in | infoTextData | Data |
| in | infoTextSize | Specifies the data length. Maximum value of 8KB. |
Sets the information text of a Message.
Same as SetExHeader(MESSAGE_EXHEADER_TYPE_INFO, infoTextSize, infoTextData).
CONFIDENTIAL