nn::cec::CTR::MessageBox::SetBoxActivate Member Functionnn::Result SetBoxActivate( bool active );
| Name | Description | |
|---|---|---|
| in | active | Enabled: true / Disabled: false |
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. |
Specifies whether a MessageBox is enabled or disabled. A disabled message box will not have any data sent or received.
CONFIDENTIAL