TipcMsgUpdateNamedXml update a named XML field in a message
msg
message to which to append the field
name
name of the field
value
value of the field
TRUE
if the append was successful, FALSE
otherwise.
If TipcMsgUpdateNamedXml fails, it returns FALSE
and sets the global SmartSockets error number to one of:
msg
, name
or value
is nullmsg
was not a valid messagevalue
was not a valid valueTipcMsgUpdateNamedXml appends an XML object in a message, associating that field with a name.
TipcMsgAddNamedXml, TipcMsgGetNamedXml
This example changes the value of the named field "data
":
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |