nn::cec::CTR::MessageBox::DeleteMessage Member Function
nn::Result DeleteMessage(
const CecBoxType boxType,
const MessageId & messageId
);
| Name | Description | |
|---|---|---|
| in | boxType | Inbox/outbox specification. |
| in | messageId | Specifies a MessageId. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNotAuthorized |
The box has not been opened. |
| A value other than the above. | Failed. |
Deletes a message.
Written data is committed when the CloseMessageBox or CommitMessageBox function is called after a modification has been made.
CONFIDENTIAL