nn::cec::CTR::MessageBox::GetMessageBoxData Member Function

Syntax

nn::Result GetMessageBoxData(
     u32 datatype,
     void * dataBuf,
     size_t dataBufSize
);

Arguments

Name Description
in datatype Specifies the data type. Specified using the CecBoxDataType enumerated type.
out dataBuf Specifies the buffer.
in dataBufSize Buffer size.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
A value other than the above. Failed.

Description

Gets the data associated with a MessageBox.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL