nn::cec::CTR::MessageBox::OpenMessageBox Member Function

Syntax

nn::Result OpenMessageBox(
     const TitleId cecTitleId,
     const u32 privateId
);

Arguments

Name Description
in cecTitleId Unique title ID.
in privateId Specify the same value that was specified when the box was created using CreateMessageBox. You will not be able to access the box if you specify any other value.

Return Values

nn::Result

Description

Opens a MessageBox. You must use this function to open a box before you can access the messages within it.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL