nn::cec::CTR::MessageBox::DeleteAllMessages Member Function

Syntax

nn::Result DeleteAllMessages(
     const CecBoxType boxType
);

Arguments

Name Description
in boxType Inbox/outbox specification.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
ResultNotAuthorized The box has not been opened.
A value other than the above. Failed.

Description

Deletes all messages in the box.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL