nn::cec::CTR::Message::GetInfoText Member Functionnn::Result GetInfoText( wchar_t ** infoTextData, size_t * infoTextSize ) const;
| Name | Description | |
|---|---|---|
| out | infoTextData | Data |
| out | infoTextSize | Data length. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNoData |
No data. |
| A value other than the above. | Failed. |
Gets the description of a Message.
Same as GetExHeader(MESSAGE_EXHEADER_TYPE_INFO, infoTextSize, infoTextData).
CONFIDENTIAL