GetMessageBoxData

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

Syntax

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

Parameters

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
Result::IsSuccess Process succeeded.
A value other than the above. Process failed.

Description

Gets the data associated with a MessageBox.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL