TipcMsgDeleteNamedField delete a field, specified by field name, from a message
msg
message to delete field from
name
name of the field to delete
TRUE
if the deletion was successful, FALSE
otherwise.
If TipcMsgDeleteNamedField fails, it returns FALSE
and sets the global SmartSockets error numbers to one of the following:
TipcMsgDeleteNamedField deletes the named field from the message. The index positions associated with the subsequent named fields are updated. If no such field exists, the function returns FALSE
.
TipcMsgDeleteCurrent, TipcMsgDeleteField
This example deletes the named field "cost
":
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |