nn::cec::CTR::MessageBox::GetMessageId Member Functionnn::Result GetMessageId( MessageId * messId, const CecBoxType boxType, const u32 messIndex ) const;
| Name | Description | |
|---|---|---|
| out | messId | MessageID |
| in | boxType | CecBoxType |
| in | messIndex | The nth message. |
nn::Result| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultNoData |
There is no MessageId value. |
| A value other than the above. | Process failed. |
Gets the MessageID of a message.
CONFIDENTIAL