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

Syntax

nn::Result SetBoxActivate(
     bool active
);

Arguments

Name Description
in active Enabled: true / Disabled: false

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
ResultStateBusy Unable to access because the daemon is busy.
A value other than the above. Failed.

Description

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

Revision History

2010/08/16
Initial version.

CONFIDENTIAL