nn::cec::CTR::Message::GetInfoText Member Function
nn::Result GetInfoText(
const wchar_t ** infoTextData,
size_t * infoTextSize
) const;
| Name | Description | |
|---|---|---|
| out | infoTextData | Data |
| out | infoTextSize | Data length (in bytes). |
nn::Result| Value | Description |
|---|---|
Result::IsSuccess |
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