nn::cec::CTR::MessageBox::GetOutBoxMessIdByIndex Member Function

Syntax

u8 * GetOutBoxMessIdByIndex(
     u32 messIndex
);

Arguments

Name Description
in messIndex The index n. (If n is zero, it indicates the first item.)

Return Values

Returns the CECMessageId.

Description

Gets the MessageID of the nth message in the outbox.

Same as the value obtained from the GetMessageMessId function.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL