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

Syntax

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

Arguments

Name Description
out pBody Pointer to the body data.
out size Stores the size of the body data.

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