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

Syntax

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

List of Overloaded Member Functions

DeleteMessage ( const CecBoxType, const MessageId & ) Deletes a message.
DeleteMessage ( const CecBoxType, const MessageId &, bool ) Deletes a message.

Description of DeleteMessage (const CecBoxType, const MessageId &)

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

Description of DeleteMessage (const CecBoxType, const MessageId &, bool)

Following modification, the written data is committed when the CloseMessageBox function or CommitMessageBox function is called.

If withWriteBoxInfo is set to false, updates to the internal message list are skipped. This allows you to shorten the amount of time taken to delete multiple consecutive messages. Note that the GetMessageBoxXXX functions are unable to get accurate information if the list has not been updated.


CONFIDENTIAL