nn::cec::CTR::Message::GetMessageBodyPointer Member Function
void * GetMessageBodyPointer(
void ** pBody,
size_t * size
);
| Name | Description | |
|---|---|---|
| out | pBody | Pointer to the body data. |
| out | size | Stores the size of the body data. |
Gets a pointer to the body data of a Message.
CONFIDENTIAL