TipcMsgSetHeaderStrEncode set the header string encode property of a message
msg
message to set header string encode property for
header_str_encode
message header string encode property
TRUE
if the header string encode property was successfully set for the message, FALSE
otherwise.
If TipcMsgSetHeaderStrEncode fails, it returns FALSE
and sets the global SmartSockets error number to one of:
TipcMsgSetHeaderStrEncode sets the header string encode property of a message. The header string encode property of a message controls whether the message header string properties are converted into four-byte integers when the message is sent through a connection with TipcConnMsgSend. TipcMsgSetHeaderStrEncode overwrites the default value of the header string encode property set by TipcMtSetHeaderStrEncode. See TipcMsgGetHeaderStrEncode for more information on the message header string encode property.
None
TipcMsgGetHeaderStrEncode, TipcMtSetHeaderStrEncode
This example enables the header string encoding property of a message:
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |