nn::cec::CTR::MessageBox::DeleteAllMessages Member Functionnn::Result DeleteAllMessages( const CecBoxType boxType );
| Name | Description | |
|---|---|---|
| in | boxType | Inbox/outbox specification. |
nn::Result| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultNotAuthorized |
The box has not been opened. |
| A value other than the above. | Failed. |
Deletes all messages in the box.
This is faster than using DeleteMessage when deleting two or more messages.
CONFIDENTIAL