nn::cec::CTR::Message::GetMessageBody Member Function

Syntax

u32 GetMessageBody(
     void * dataBody,
     size_t size
) const;

Arguments

Name Description
out dataBody Specifies the buffer that stores the data.
in size Specifies the buffer size.

Return Values

The size of the body data.

Description

Gets the body data of a Message.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL