cniSetElementValueValue

Sets the value object of the specified syntax element.

Syntax

void cniSetElementValueValue(
  int*              returnCode,
  CciElement*       targetElement,
  CciElementValue*  value);

Parameters

returnCode
The return code from the function (output).
targetElement
The address of the target syntax element object (input).
value
The address of a value object that is used to set the value of the syntax element specified by the targetElement parameter (input). The address of the value object is obtained using cniElementValueValue.

Return values

None. If an error occurs, the returnCode parameter indicates the reason for the error.

Related concepts
User-defined message processing nodes
User-defined output nodes

Related tasks
Creating a message processing node in C

Related reference
C language node utility functions
cniElementValueValue
cniSetElementName
cniSetElementType
cniSetElementValue group