nn::cec::CTR::MessageBox::DeleteMessage Member Function

Syntax

nn::Result DeleteMessage(
     const CecBoxType boxType,
     const MessageId & messageId
);

Arguments

Name Description
in boxType Inbox/outbox specification.
in messageId Specifies a MessageId.

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.
ResultNotAuthorized The box has not been opened.
A value other than the above. Process failed.

Description

Deletes a message.

Written data is committed when the CloseMessageBox or CommitMessageBox function is called after a modification has been made.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL