GetMessageId

nn::cec::CTR::MessageBox::GetMessageId Member Function

Syntax

nn::Result GetMessageId(
     MessageId * messId,
     const CecBoxType boxType,
     const u32 messIndex
) const;

Parameters

Name Description
out messId MessageID
in boxType CecBoxType
in messIndex The nth message.

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.
ResultNoData There is no MessageId value.
A value other than the above. Process failed.

Description

Gets the MessageID of a message.


CONFIDENTIAL