nn::cec::CTR::MessageBox::DeleteMessage Member Function
nn::Result DeleteMessage(
const CecBoxType boxType,
const MessageId & messageId
);
nn::Result DeleteMessage(
const CecBoxType boxType,
const MessageId & messageId,
bool withWriteBoxInfo
);
| DeleteMessage ( const CecBoxType, const MessageId & ) | Deletes a message. |
| DeleteMessage ( const CecBoxType, const MessageId &, bool ) | Deletes a message. |
DeleteMessage ( const CecBoxType, const MessageId & )Written data is committed when the CloseMessageBox or CommitMessageBox function is called after a modification has been made.
DeleteMessage ( const CecBoxType, const MessageId &, bool )Written data is committed when the CloseMessageBox or CommitMessageBox function is called after a modification has been made.
If you set withWriteBoxInfo equal 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