Skip to main content

Name

ec_message_rsrc_string — Returns a string representation of the resources associated with the message

Synopsis

#include "ec_message.h"

| void **ec_message_rsrc_string** ( | message, |   | |   | response, |   | |   | flags); |   |

ec_message * <var class="pdparam">message</var>; string * <var class="pdparam">response</var>; int <var class="pdparam">flags</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 string representation of the resources associated with the message.

Parameters

message

the message to enumerate resources from

response

the string to store the conversion into

flags

conversion flags

Was this page helpful?