nn::cec::CTR::MessageBox::SetMessageBoxData Member Function

Syntax

nn::Result SetMessageBoxData(
     u32 datatype,
     const void * data,
     size_t dataSize
);

Arguments

Name Description
in datatype Specifies the data type. Specified using the CecBoxDataType enumerated type.
in data Specifies data.
in dataSize Specifies the data size. Maximum value of 10 KB.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
ResultNotAuthorized The box has not been opened.
ResultTooLarge The data size is too large.
A value other than the above. Failed.

Description

Sets the data associated with a MessageBox.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL