GetMessageSessionId

nn::cec::CTR::MessageBox::GetMessageSessionId Member Function

Syntax

u32 GetMessageSessionId(
     const CecBoxType boxType,
     const u32 messIndex
) const;

Parameters

Name Description
in boxType CecBoxType
in messIndex The nth message.

Return Values

A message's session ID.

Description

Gets an inbox message's session ID. (The ID assigned when received.)

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.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL