nn::cec::CTR::MessageBox::RoundOutBoxIndex Member Function

Syntax

u32 RoundOutBoxIndex(
     const MessageId & messageId
);

Arguments

Name Description
in messageId Specifies the MessageID.

Return Values

Returns the MessageID count in a list.

Description

Moves the message with the specified MessageID to the end of the outbox's outgoing message queue.( The queue order is automatically changed when a message is sent, so there is normally no need to call this function.)

Revision History

2010/08/16
Initial version.

CONFIDENTIAL