nn::cec::CTR::MessageBox::SetBoxActivate Member Function

Syntax

nn::Result SetBoxActivate(
     bool active
);

Parameters

Name Description
in active Enabled: true / Disabled: false

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.
ResultStateBusy Unable to access because the daemon is busy (BUSY state).
A value other than the above. Process failed.

Description

Specifies whether a MessageBox is enabled or disabled. A disabled message box will not have any data sent or received.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL