TipcPropertiesMsgCreate create a SmartSockets message from a properties table
props
property table
A pointer to a SmartSockets message if successful, NULL
otherwise.
If TipcPropertiesMsgCreate fails, it returns NULL
and sets the global SmartSockets error code to:
TipcPropertiesMsgCreate creates a SmartSockets message from a properties table.
None
This example creates a SmartSockets message from a properties table:
T_IPC_PROPERTIES props; T_IPC_MSG props_msg; props_msg = TipcPropertiesMsgCreate(props); if (props_msg == NULL) {return
; /* error */
} TipcMsgPrint(props_msg, TutOut);
TIBCO SmartSockets™ Application Programming Interface Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |