TipcMsgSetUserProp set the user-defined property of a message
msg
message to set user-defined property for
user_prop
message user-defined property
TRUE
if the user-defined property was successfully set for the message, FALSE
otherwise.
If TipcMsgSetUserProp fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TipcMsgSetUserProp sets the user-defined property of a message. You can use the user-defined property for any purpose, such as attaching a version number to messages. TipcMsgSetUserProp overwrites the default value of the user-defined property set by TipcMtSetUserProp. See TipcMsgGetUserProp for more information on message user-defined properties.
None
This example sets the user-defined property of a message to 2
:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |