ec_message_rsrc_create
Last updated March 2020
Name
ec_message_rsrc_create — This creates an empty container for a resource identified with name
Synopsis
#include "ec_message.h"
| int **ec_message_rsrc_create** (
| message, | |
| | name)
; | |
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.
This creates an empty container for a resource identified with name.
The resource container will be created with state EC_MESSAGE_RSRC_SWAPPED.
- message
-
the message which the resource is associated with
- name
-
the name of the resource to be created
Was this page helpful?