nn::cec::CTR::MessageBox::GetMessageSendCount Member Function
u8 GetMessageSendCount(
const CecBoxType boxType,
const u32 messIndex
);
| Name | Description | |
|---|---|---|
| in | boxType | CecBoxType |
| in | messIndex | The nth message. |
Gets the send count of a message.
0 is also returned If a nonexistent messIndex is specified, and no value can be obtained.
Make sure that you retrieve information for a message that exists.
You can use GetMessageIndex or a similar function to check whether a message exists.
CONFIDENTIAL