RoundOutBoxIndex

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

Syntax

u32 RoundOutBoxIndex(
     const MessageId & messageId
);

Parameters

Name Description
in messageId Specifies the MessageId.

Return Values

Returns the MessageID count in a list.

Description

Moves the message with the specified message ID to the end of the outbox's outgoing message queue. (The message ID 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