nn::cec::CTR::MessageBox::OpenMessageBox Member Function
nn::Result OpenMessageBox(
const TitleId cecTitleId,
const u32 privateId
);
| 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. |
Opens a MessageBox. You must use this function to open a box before you can access the messages within it.
CONFIDENTIAL