TipcMsgSetReplyTo set the reply to destination property of a message
msg
message to set reply to destination for
reply_to_dest
message reply to destination
TRUE
if the reply to destination was successfully set for the message, FALSE
otherwise.
If TipcMsgSetReplyTo fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TipcMsgSetReplyTo sets the reply to destination property of a message. The reply to destination property is a string representing a subject where a reply to the message should be sent.
TipcMsgSetReplyTo does not detect errors in reply_to_dest
, such as misspelled subject names.
This example sets the reply to destination property of a message to reply_subject
:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |