Skip to main content

ec_message_get_message_memory

Last updated March 2020

Name

ec_message_get_message_memory — Returns a pointer to the message memory

Synopsis

#include "ec_message.h"

| char * **ec_message_get_message_memory** ( | mess); |   |

ec_message * <var class="pdparam">mess</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

Returns a pointer to the message memory.

Return Values

May return NULL.

Was this page helpful?