nn::cec::CTR::MessageBox::DeleteMessageBox Member Function

Syntax

nn::Result DeleteMessageBox(
     const TitleId cecTitleId
);

Parameters

Name Description
in cecTitleId StreetPass ID

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.
A value other than the above. Failed.

Description

Deletes a MessageBox. Specifies and deletes the StreetPass ID. Use this function to forcibly delete a message box when it cannot be opened. Do not delete message boxes belonging to other applications.


CONFIDENTIAL