nn::cec::CTR::MessageBox::CommitMessageBox Member Function

Syntax

nn::Result CommitMessageBox();

Arguments

None.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
A value other than the above. Failed.

Description

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL