nn::cec::CTR::Message::GetMessageBodyPointer Member Function

Syntax

void * GetMessageBodyPointer(
     void ** pBody,
     size_t * size
);

Parameters

Name Description
out pBody Pointer to the body data.
out size Stores the size of the body data (in bytes).

Return Values

Pointer to the body data.

Description

Gets a pointer to the body data of a Message.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL