nn::cec::CTR::MessageBox::CommitMessageBox Member Functionnn::Result CommitMessageBox();
None.
Commits the data written in the system save region.
When the program stops without calling this function, there is a chance that all changes from the previous commit to the present will be rolled back.
(Because the data is also committed after the system saves data received via communications, changes will not necessarily always be rolled back even if this function is not used to commit the data.)
Commit is also performed when CloseMessageBox is called.
CONFIDENTIAL